#78526D

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

Shades of Salt Box #78526D

Tints of Salt Box #78526D

Color information

#78526D (or 0x78526D) is unknown color: approx Salt Box. HEX triplet: 78, 52 and 6D. RGB value is (120,82,109). Sum of RGB (Red+Green+Blue) = 120+82+109=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 120 - color contains mainly: red. Hex color #78526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526D is #87AD92. Grayscale: #606060. Windows color (decimal): -8891795 or 7164536. OLE color: 7164536.

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

Color convert

RGB12082109-
CMYK00.320.090.53
HSL317.37º18.81%39.61%-
HSV(B)317.37º31.67%47.06%-
XYZ13.5211.1315.9-
YUV96.44135.09144.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.59%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=38.59%
G=26.37%
B=35.05%

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
Decimal1208210900.320.090.53317.3718.8139.61
Hex78526D02093513d1328
Octal17012215504011654752350
Binary1111000101001011011010100000100111010110011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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