Html Css Color HEX #796272 Monsoon

📋 copy color: '#796272'

red 121 ◦ green 98 ◦ blue 114

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

Shades of Monsoon #796272

Tints of Monsoon #796272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 36.34%
G = 29.43%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#796272 (or 0x796272) is known color: Monsoon. HEX triplet: 79, 62 and 72. RGB value is (121,98,114). Sum of RGB (Red+Green+Blue) = 121+98+114=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #796272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796272 is #869D8D. Grayscale: #6A6A6A. Windows color (decimal): -8822158 or 7496313. OLE color: 7496313.

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

Color convert

RGB 121 98 114 -
CMYK 0 0.19 0.06 0.53
HSL 318.26º 0.11% 0.43% -
HSV(B) 318.26º 0.19% 0.47% -
XYZ 15.29 14.02 17.82 -
YUV 106.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 121 98 114 0 0.19 0.06 0.53 318.26 0.11 0.43
Hex 79 62 72 0 13 6 35 13E B 2B
Octal 171 142 162 0 23 6 65 476 13 53
Binary 1111001 1100010 1110010 0 10011 110 110101 100111110 1011 101011

Color Harmonies of #796272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796272

Black with #796272

Text Example


Text Example

White with #796272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796272; }

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

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

background-color css

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

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

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

border-color css

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

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

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