Html Css Color HEX #796F76 Monsoon

📋 copy color: '#796F76'

red 121 ◦ green 111 ◦ blue 118

#796F76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #796F76

Tints of Monsoon #796F76

RGB

 RED value IS 121 (47.66% from 255) = 34.57%

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 34.57%
G = 31.71%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#796F76 (or 0x796F76) is known color: Monsoon. HEX triplet: 79, 6F and 76. RGB value is (121,111,118). Sum of RGB (Red+Green+Blue) = 121+111+118=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 121 - color contains mainly: red. Hex color #796F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F76 is #869089. Grayscale: #727272. Windows color (decimal): -8818826 or 7761785. OLE color: 7761785.

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

Color convert

RGB 121 111 118 -
CMYK 0 0.08 0.02 0.53
HSL 318º 0.04% 0.45% -
HSV(B) 318º 0.08% 0.47% -
XYZ 16.84 16.74 19.48 -
YUV 114.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 121 111 118 0 0.08 0.02 0.53 318 0.04 0.45
Hex 79 6F 76 0 8 2 35 13E 4 2D
Octal 171 157 166 0 10 2 65 476 4 55
Binary 1111001 1101111 1110110 0 1000 10 110101 100111110 100 101101

Color Harmonies of #796F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F76

Black with #796F76

Text Example


Text Example

White with #796F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #796F76;
 }
 .AnyTagClassName
 {
   color: #796F76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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