#78516E

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

Shades of Salt Box #78516E

Tints of Salt Box #78516E

Color information

#78516E (or 0x78516E) is unknown color: approx Salt Box. HEX triplet: 78, 51 and 6E. RGB value is (120,81,110). Sum of RGB (Red+Green+Blue) = 120+81+110=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78516E is #87AE91. Grayscale: #5F5F5F. Windows color (decimal): -8892050 or 7229816. OLE color: 7229816.

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

Color convert

RGB12081110-
CMYK00.320.080.53
HSL315.38º19.4%39.41%-
HSV(B)315.38º32.5%47.06%-
XYZ13.51116.16-
YUV95.97135.92145.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=38.59%
G=26.05%
B=35.37%

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
Decimal1208111000.320.080.53315.3819.439.41
Hex78516E02083513b1327
Octal17012115604010654732347
Binary1111000101000111011100100000100011010110011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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