Html Css Color HEX #797076 Monsoon

📋 copy color: '#797076'

red 121 ◦ green 112 ◦ blue 118

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

Shades of Monsoon #797076

Tints of Monsoon #797076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 34.47%
G = 31.91%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#797076 (or 0x797076) is known color: Monsoon. HEX triplet: 79, 70 and 76. RGB value is (121,112,118). Sum of RGB (Red+Green+Blue) = 121+112+118=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 121 - color contains mainly: red. Hex color #797076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797076 is #868F89. Grayscale: #737373. Windows color (decimal): -8818570 or 7762041. OLE color: 7762041.

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

Color convert

RGB 121 112 118 -
CMYK 0 0.07 0.02 0.53
HSL 320º 0.04% 0.46% -
HSV(B) 320º 0.07% 0.47% -
XYZ 16.95 16.96 19.52 -
YUV 115.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 121 112 118 0 0.07 0.02 0.53 320 0.04 0.46
Hex 79 70 76 0 7 2 35 140 4 2E
Octal 171 160 166 0 7 2 65 500 4 56
Binary 1111001 1110000 1110110 0 111 10 110101 101000000 100 101110

Color Harmonies of #797076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797076

Black with #797076

Text Example


Text Example

White with #797076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797076; }

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

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

background-color css

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

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

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

border-color css

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

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

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