#78526E

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

Shades of Salt Box #78526E

Tints of Salt Box #78526E

Color information

#78526E (or 0x78526E) is unknown color: approx Salt Box. HEX triplet: 78, 52 and 6E. RGB value is (120,82,110). Sum of RGB (Red+Green+Blue) = 120+82+110=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78526E is #87AD91. Grayscale: #606060. Windows color (decimal): -8891794 or 7230072. OLE color: 7230072.

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

Color convert

RGB12082110-
CMYK00.320.080.53
HSL315.79º18.81%39.61%-
HSV(B)315.79º31.67%47.06%-
XYZ13.5811.1516.19-
YUV96.55135.59144.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=38.46%
G=26.28%
B=35.26%

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
Decimal1208211000.320.080.53315.7918.8139.61
Hex78526E02083513c1328
Octal17012215604010654742350
Binary1111000101001011011100100000100011010110011110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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