Html Css Color HEX #797276 Monsoon

📋 copy color: '#797276'

red 121 ◦ green 114 ◦ blue 118

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

Shades of Monsoon #797276

Tints of Monsoon #797276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 34.28%
G = 32.29%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#797276 (or 0x797276) is known color: Monsoon. HEX triplet: 79, 72 and 76. RGB value is (121,114,118). Sum of RGB (Red+Green+Blue) = 121+114+118=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 121 - color contains mainly: red. Hex color #797276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797276 is #868D89. Grayscale: #747474. Windows color (decimal): -8818058 or 7762553. OLE color: 7762553.

HSL color Cylindrical-coordinate representation of color #797276: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #797276 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 114 118 -
CMYK 0 0.06 0.02 0.53
HSL 325.71º 0.03% 0.46% -
HSV(B) 325.71º 0.06% 0.47% -
XYZ 17.17 17.41 19.59 -
YUV 116.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 121 114 118 0 0.06 0.02 0.53 325.71 0.03 0.46
Hex 79 72 76 0 6 2 35 146 3 2E
Octal 171 162 166 0 6 2 65 506 3 56
Binary 1111001 1110010 1110110 0 110 10 110101 101000110 11 101110

Color Harmonies of #797276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797276

Black with #797276

Text Example


Text Example

White with #797276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797276; }

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

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

background-color css

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

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

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

border-color css

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

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

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