#78606F

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

Shades of Salt Box #78606F

Tints of Salt Box #78606F

Color information

#78606F (or 0x78606F) is unknown color: approx Salt Box. HEX triplet: 78, 60 and 6F. RGB value is (120,96,111). Sum of RGB (Red+Green+Blue) = 120+96+111=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #78606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78606F is #879F90. Grayscale: #686868. Windows color (decimal): -8888209 or 7299192. OLE color: 7299192.

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

Color convert

RGB12096111-
CMYK00.20.080.53
HSL322.5º11.11%42.35%-
HSV(B)322.5º20%47.06%-
XYZ14.813.5116.87-
YUV104.89131.45138.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=36.70%
G=29.36%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209611100.20.080.53322.511.1142.35
Hex78606F014835142b2a
Octal17014015702410655021352
Binary11110001100000110111101010010001101011010000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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