#796D75

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

Shades of Monsoon #796D75

Tints of Monsoon #796D75

Color information

#796D75 (or 0x796D75) is unknown color: approx Monsoon. HEX triplet: 79, 6D and 75. RGB value is (121,109,117). Sum of RGB (Red+Green+Blue) = 121+109+117=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #796D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D75 is #86928A. Grayscale: #717171. Windows color (decimal): -8819339 or 7695737. OLE color: 7695737.

HSL color Cylindrical-coordinate representation of color #796D75: hue angle of 320º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #796D75 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB121109117-
CMYK00.100.030.53
HSL320º5.22%45.1%-
HSV(B)320º9.92%47.45%-
XYZ16.5616.2919.1-
YUV113.5129.98133.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=34.87%
G=31.41%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110911700.100.030.533205.2245.1
Hex796D750A33514052d
Octal171155165012365500555
Binary1111001110110111101010101011110101101000000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,109,117); }

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

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

 a { background-color: rgb(121,109,117); }

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

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

 span { border-color: rgb(121,109,117); }

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