#79486F

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

Shades of Salt Box #79486F

Tints of Salt Box #79486F

Color information

#79486F (or 0x79486F) is unknown color: approx Salt Box. HEX triplet: 79, 48 and 6F. RGB value is (121,72,111). Sum of RGB (Red+Green+Blue) = 121+72+111=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #79486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486F is #86B790. Grayscale: #5A5A5A. Windows color (decimal): -8828817 or 7293049. OLE color: 7293049.

HSL color Cylindrical-coordinate representation of color #79486F: hue angle of 312.24º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79486F is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12172111-
CMYK00.400.080.53
HSL312.24º25.39%37.84%-
HSV(B)312.24º40.5%47.45%-
XYZ13.079.8516.25-
YUV91.1139.23149.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=39.80%
G=23.68%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217211100.400.080.53312.2425.3937.84
Hex79486F0288351381926
Octal17111015705010654703146
Binary1111001100100011011110101000100011010110011100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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