#78516F

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

Shades of Salt Box #78516F

Tints of Salt Box #78516F

Color information

#78516F (or 0x78516F) is unknown color: approx Salt Box. HEX triplet: 78, 51 and 6F. RGB value is (120,81,111). Sum of RGB (Red+Green+Blue) = 120+81+111=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78516F is #87AE90. Grayscale: #606060. Windows color (decimal): -8892049 or 7295352. OLE color: 7295352.

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

Color convert

RGB12081111-
CMYK00.320.080.53
HSL313.85º19.4%39.41%-
HSV(B)313.85º32.5%47.06%-
XYZ13.5611.0316.45-
YUV96.08136.42145.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=38.46%
G=25.96%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208111100.320.080.53313.8519.439.41
Hex78516F02083513a1327
Octal17012115704010654722347
Binary1111000101000111011110100000100011010110011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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