#714567

Color #714567 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #714567

Tints of Salt Box #714567

Color information

#714567 (or 0x714567) is unknown color: approx Salt Box. HEX triplet: 71, 45 and 67. RGB value is (113,69,103). Sum of RGB (Red+Green+Blue) = 113+69+103=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #714567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714567 is #8EBA98. Grayscale: #555555. Windows color (decimal): -9353881 or 6767985. OLE color: 6767985.

HSL color Cylindrical-coordinate representation of color #714567: hue angle of 313.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714567 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11369103-
CMYK00.390.090.56
HSL313.64º24.18%35.69%-
HSV(B)313.64º38.94%44.31%-
XYZ11.398.7513.92-
YUV86.03137.58147.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 39.65%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=39.65%
G=24.21%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136910300.390.090.56313.6424.1835.69
Hex71456702793813a1824
Octal16110514704711704723044
Binary1110001100010111001110100111100111100010011101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714567; }

 p { color: rgb(113,69,103); }

 H1.HeaderClassName
 {
   color: #714567;
 }
 .AnyTagClassName
 {
   color: #714567;
 }
</style>
background-color css

<style>
 a { background-color: #714567; }

 a { background-color: rgb(113,69,103); }

 div.DivClassName
 {
   background-color: #714567;
 }
 .BgClassName
 {
   background-color: #714567;
 }
</style>
border-color css

<style>
 span { border-color: #714567; }

 span { border-color: rgb(113,69,103); }

 td.TdClassName
 {
   border-color: #714567;
 }
 .TagClassName
 {
   border-color: #714567;
 }
</style>