#796C75

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

Shades of Monsoon #796C75

Tints of Monsoon #796C75

Color information

#796C75 (or 0x796C75) is unknown color: approx Monsoon. HEX triplet: 79, 6C and 75. RGB value is (121,108,117). Sum of RGB (Red+Green+Blue) = 121+108+117=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 121 - color contains mainly: red. Hex color #796C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C75 is #86938A. Grayscale: #707070. Windows color (decimal): -8819595 or 7695481. OLE color: 7695481.

HSL color Cylindrical-coordinate representation of color #796C75: hue angle of 318.46º 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 #796C75 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB121108117-
CMYK00.110.030.53
HSL318.46º5.68%44.9%-
HSV(B)318.46º10.74%47.45%-
XYZ16.4616.0719.06-
YUV112.91130.31133.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=34.97%
G=31.21%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110811700.110.030.53318.465.6844.9
Hex796C750B33513e62d
Octal171154165013365476655
Binary1111001110110011101010101111110101100111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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