Html Css Color HEX #80797D Monsoon

📋 copy color: '#80797D'

red 128 ◦ green 121 ◦ blue 125

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

Shades of Monsoon #80797D

Tints of Monsoon #80797D

RGB

 RED value IS 128 (50.39% from 255) = 34.22%

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 125 (49.22% from 255) = 33.42%

R = 34.22%
G = 32.35%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80797D (or 0x80797D) is known color: Monsoon. HEX triplet: 80, 79 and 7D. RGB value is (128,121,125). Sum of RGB (Red+Green+Blue) = 128+121+125=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 128 - color contains mainly: red. Hex color #80797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80797D is #7F8682. Grayscale: #7B7B7B. Windows color (decimal): -8357507 or 8223104. OLE color: 8223104.

HSL color Cylindrical-coordinate representation of color #80797D: hue angle of 325.71º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #80797D is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 125 -
CMYK 0 0.05 0.02 0.50
HSL 325.71º 0.03% 0.49% -
HSV(B) 325.71º 0.05% 0.5% -
XYZ 19.44 19.74 22.19 -
YUV 123.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 128 121 125 0 0.05 0.02 0.50 325.71 0.03 0.49
Hex 80 79 7D 0 5 2 32 146 3 31
Octal 200 171 175 0 5 2 62 506 3 61
Binary 10000000 1111001 1111101 0 101 10 110010 101000110 11 110001

Color Harmonies of #80797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80797D

Black with #80797D

Text Example


Text Example

White with #80797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80797D; }

 p { color: rgb(128,121,125); }

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

background-color css

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

 a { background-color: rgb(128,121,125); }

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

border-color css

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

 span { border-color: rgb(128,121,125); }

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