#794D6F

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

Shades of Salt Box #794D6F

Tints of Salt Box #794D6F

Color information

#794D6F (or 0x794D6F) is unknown color: approx Salt Box. HEX triplet: 79, 4D and 6F. RGB value is (121,77,111). Sum of RGB (Red+Green+Blue) = 121+77+111=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 121 - color contains mainly: red. Hex color #794D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D6F is #86B290. Grayscale: #5D5D5D. Windows color (decimal): -8827537 or 7294329. OLE color: 7294329.

HSL color Cylindrical-coordinate representation of color #794D6F: hue angle of 313.64º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #794D6F is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12177111-
CMYK00.360.080.53
HSL313.64º22.22%38.82%-
HSV(B)313.64º36.36%47.45%-
XYZ13.4110.5216.36-
YUV94.03137.58147.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.16%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=39.16%
G=24.92%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217711100.360.080.53313.6422.2238.82
Hex794D6F02483513a1627
Octal17111515704410654722647
Binary1111001100110111011110100100100011010110011101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794D6F; }

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

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

<style>
 a { background-color: #794D6F; }

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

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

<style>
 span { border-color: #794D6F; }

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

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