#78566F

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

Shades of Salt Box #78566F

Tints of Salt Box #78566F

Color information

#78566F (or 0x78566F) is unknown color: approx Salt Box. HEX triplet: 78, 56 and 6F. RGB value is (120,86,111). Sum of RGB (Red+Green+Blue) = 120+86+111=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78566F is #87A990. Grayscale: #626262. Windows color (decimal): -8890769 or 7296632. OLE color: 7296632.

HSL color Cylindrical-coordinate representation of color #78566F: hue angle of 315.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78566F is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12086111-
CMYK00.280.080.53
HSL315.88º16.5%40.39%-
HSV(B)315.88º28.33%47.06%-
XYZ13.9411.816.58-
YUV99.02134.76142.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=37.85%
G=27.13%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208611100.280.080.53315.8816.540.39
Hex78566F01C83513c1128
Octal17012615703410654742150
Binary111100010101101101111011100100011010110011110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78566F; }

 p { color: rgb(120,86,111); }

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

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

 a { background-color: rgb(120,86,111); }

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

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

 span { border-color: rgb(120,86,111); }

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