#796C74

Color #796C74 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #796C74

Tints of Monsoon #796C74

Color information

#796C74 (or 0x796C74) is unknown color: approx Monsoon. HEX triplet: 79, 6C and 74. RGB value is (121,108,116). Sum of RGB (Red+Green+Blue) = 121+108+116=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #796C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C74 is #86938B. Grayscale: #707070. Windows color (decimal): -8819596 or 7629945. OLE color: 7629945.

HSL color Cylindrical-coordinate representation of color #796C74: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796C74 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB121108116-
CMYK00.110.040.53
HSL323.08º5.68%44.9%-
HSV(B)323.08º10.74%47.45%-
XYZ16.416.0518.76-
YUV112.8129.81133.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=35.07%
G=31.30%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110811600.110.040.53323.085.6844.9
Hex796C740B43514362d
Octal171154164013465503655
Binary11110011101100111010001011100110101101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796C74; }

 p { color: rgb(121,108,116); }

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

<style>
 a { background-color: #796C74; }

 a { background-color: rgb(121,108,116); }

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

<style>
 span { border-color: #796C74; }

 span { border-color: rgb(121,108,116); }

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