#78506D

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

Shades of Salt Box #78506D

Tints of Salt Box #78506D

Color information

#78506D (or 0x78506D) is unknown color: approx Salt Box. HEX triplet: 78, 50 and 6D. RGB value is (120,80,109). Sum of RGB (Red+Green+Blue) = 120+80+109=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506D is #87AF92. Grayscale: #5F5F5F. Windows color (decimal): -8892307 or 7164024. OLE color: 7164024.

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

Color convert

RGB12080109-
CMYK00.330.090.53
HSL316.5º20%39.22%-
HSV(B)316.5º33.33%47.06%-
XYZ13.3710.8315.85-
YUV95.27135.75145.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=38.83%
G=25.89%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208010900.330.090.53316.52039.22
Hex78506D02193513c1427
Octal17012015504111654742447
Binary1111000101000011011010100001100111010110011110010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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