#794D6E

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

Shades of Salt Box #794D6E

Tints of Salt Box #794D6E

Color information

#794D6E (or 0x794D6E) is unknown color: approx Salt Box. HEX triplet: 79, 4D and 6E. RGB value is (121,77,110). Sum of RGB (Red+Green+Blue) = 121+77+110=308 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.29% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 121 - color contains mainly: red. Hex color #794D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #794D6E is #86B291. Grayscale: #5D5D5D. Windows color (decimal): -8827538 or 7228793. OLE color: 7228793.

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

Color convert

RGB12177110-
CMYK00.360.090.53
HSL315º22.22%38.82%-
HSV(B)315º36.36%47.45%-
XYZ13.3510.516.07-
YUV93.92137.08147.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.29%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=39.29%
G=25%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1217711000.360.090.5331522.2238.82
Hex794D6E02493513b1627
Octal17111515604411654732647
Binary1111001100110111011100100100100111010110011101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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