Html Css Color HEX #796A74 Monsoon

📋 copy color: '#796A74'

red 121 ◦ green 106 ◦ blue 116

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

Shades of Monsoon #796A74

Tints of Monsoon #796A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 35.28%
G = 30.9%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#796A74 (or 0x796A74) is known color: Monsoon. HEX triplet: 79, 6A and 74. RGB value is (121,106,116). Sum of RGB (Red+Green+Blue) = 121+106+116=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #796A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A74 is #86958B. Grayscale: #6F6F6F. Windows color (decimal): -8820108 or 7629433. OLE color: 7629433.

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

Color convert

RGB 121 106 116 -
CMYK 0 0.12 0.04 0.53
HSL 320º 0.07% 0.45% -
HSV(B) 320º 0.12% 0.47% -
XYZ 16.19 15.63 18.69 -
YUV 111.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 121 106 116 0 0.12 0.04 0.53 320 0.07 0.45
Hex 79 6A 74 0 C 4 35 140 7 2D
Octal 171 152 164 0 14 4 65 500 7 55
Binary 1111001 1101010 1110100 0 1100 100 110101 101000000 111 101101

Color Harmonies of #796A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A74

Black with #796A74

Text Example


Text Example

White with #796A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,106,116); }

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

background-color css

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

 a { background-color: rgb(121,106,116); }

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

border-color css

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

 span { border-color: rgb(121,106,116); }

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