#78516D

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

Shades of Salt Box #78516D

Tints of Salt Box #78516D

Color information

#78516D (or 0x78516D) is unknown color: approx Salt Box. HEX triplet: 78, 51 and 6D. RGB value is (120,81,109). Sum of RGB (Red+Green+Blue) = 120+81+109=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78516D is #87AE92. Grayscale: #5F5F5F. Windows color (decimal): -8892051 or 7164280. OLE color: 7164280.

HSL color Cylindrical-coordinate representation of color #78516D: hue angle of 316.92º 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 #78516D is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12081109-
CMYK00.320.090.53
HSL316.92º19.4%39.41%-
HSV(B)316.92º32.5%47.06%-
XYZ13.4510.9815.88-
YUV95.85135.42145.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=38.71%
G=26.13%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208110900.320.090.53316.9219.439.41
Hex78516D02093513d1327
Octal17012115504011654752347
Binary1111000101000111011010100000100111010110011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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