#79526F

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

Shades of Salt Box #79526F

Tints of Salt Box #79526F

Color information

#79526F (or 0x79526F) is unknown color: approx Salt Box. HEX triplet: 79, 52 and 6F. RGB value is (121,82,111). Sum of RGB (Red+Green+Blue) = 121+82+111=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #79526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79526F is #86AD90. Grayscale: #606060. Windows color (decimal): -8826257 or 7295609. OLE color: 7295609.

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

Color convert

RGB12182111-
CMYK00.320.080.53
HSL315.38º19.21%39.8%-
HSV(B)315.38º32.23%47.45%-
XYZ13.7711.2516.48-
YUV96.97135.92145.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=38.54%
G=26.11%
B=35.35%

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
Decimal1218211100.320.080.53315.3819.2139.8
Hex79526F02083513b1328
Octal17112215704010654732350
Binary1111001101001011011110100000100011010110011101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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