#79496E

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

Shades of Salt Box #79496E

Tints of Salt Box #79496E

Color information

#79496E (or 0x79496E) is unknown color: approx Salt Box. HEX triplet: 79, 49 and 6E. RGB value is (121,73,110). Sum of RGB (Red+Green+Blue) = 121+73+110=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 121 - color contains mainly: red. Hex color #79496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79496E is #86B691. Grayscale: #5B5B5B. Windows color (decimal): -8828562 or 7227769. OLE color: 7227769.

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

Color convert

RGB12173110-
CMYK00.400.090.53
HSL313.75º24.74%38.04%-
HSV(B)313.75º39.67%47.45%-
XYZ13.089.9615.98-
YUV91.57138.4148.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=39.80%
G=24.01%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217311000.400.090.53313.7524.7438.04
Hex79496E02893513a1926
Octal17111115605011654723146
Binary1111001100100111011100101000100111010110011101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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