#79546F

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

Shades of Salt Box #79546F

Tints of Salt Box #79546F

Color information

#79546F (or 0x79546F) is unknown color: approx Salt Box. HEX triplet: 79, 54 and 6F. RGB value is (121,84,111). Sum of RGB (Red+Green+Blue) = 121+84+111=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #79546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79546F is #86AB90. Grayscale: #626262. Windows color (decimal): -8825745 or 7296121. OLE color: 7296121.

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

Color convert

RGB12184111-
CMYK00.310.080.53
HSL316.22º18.05%40.2%-
HSV(B)316.22º30.58%47.45%-
XYZ13.9211.5516.54-
YUV98.14135.26144.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=38.29%
G=26.58%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218411100.310.080.53316.2218.0540.2
Hex79546F01F83513c1228
Octal17112415703710654742250
Binary111100110101001101111011111100011010110011110010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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