#79486E

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

Shades of Salt Box #79486E

Tints of Salt Box #79486E

Color information

#79486E (or 0x79486E) is unknown color: approx Salt Box. HEX triplet: 79, 48 and 6E. RGB value is (121,72,110). Sum of RGB (Red+Green+Blue) = 121+72+110=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 121 - color contains mainly: red. Hex color #79486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79486E is #86B791. Grayscale: #5A5A5A. Windows color (decimal): -8828818 or 7227513. OLE color: 7227513.

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

Color convert

RGB12172110-
CMYK00.400.090.53
HSL313.47º25.39%37.84%-
HSV(B)313.47º40.5%47.45%-
XYZ13.029.8315.96-
YUV90.98138.73149.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=39.93%
G=23.76%
B=36.30%

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
Decimal1217211000.400.090.53313.4725.3937.84
Hex79486E0289351391926
Octal17111015605011654713146
Binary1111001100100011011100101000100111010110011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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