#79526E

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

Shades of Salt Box #79526E

Tints of Salt Box #79526E

Color information

#79526E (or 0x79526E) is unknown color: approx Salt Box. HEX triplet: 79, 52 and 6E. RGB value is (121,82,110). Sum of RGB (Red+Green+Blue) = 121+82+110=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #79526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79526E is #86AD91. Grayscale: #606060. Windows color (decimal): -8826258 or 7230073. OLE color: 7230073.

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

Color convert

RGB12182110-
CMYK00.320.090.53
HSL316.92º19.21%39.8%-
HSV(B)316.92º32.23%47.45%-
XYZ13.7211.2316.2-
YUV96.85135.42145.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=38.66%
G=26.20%
B=35.14%

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
Decimal1218211000.320.090.53316.9219.2139.8
Hex79526E02093513d1328
Octal17112215604011654752350
Binary1111001101001011011100100000100111010110011110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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