#78506E

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

Shades of Salt Box #78506E

Tints of Salt Box #78506E

Color information

#78506E (or 0x78506E) is unknown color: approx Salt Box. HEX triplet: 78, 50 and 6E. RGB value is (120,80,110). Sum of RGB (Red+Green+Blue) = 120+80+110=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506E is #87AF91. Grayscale: #5F5F5F. Windows color (decimal): -8892306 or 7229560. OLE color: 7229560.

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

Color convert

RGB12080110-
CMYK00.330.080.53
HSL315º20%39.22%-
HSV(B)315º33.33%47.06%-
XYZ13.4310.8616.14-
YUV95.38136.25145.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=38.71%
G=25.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208011000.330.080.533152039.22
Hex78506E02183513b1427
Octal17012015604110654732447
Binary1111000101000011011100100001100011010110011101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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