Html Css Color HEX #80717D Monsoon

📋 copy color: '#80717D'

red 128 ◦ green 113 ◦ blue 125

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

Shades of Monsoon #80717D

Tints of Monsoon #80717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

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

R = 34.97%
G = 30.87%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80717D (or 0x80717D) is known color: Monsoon. HEX triplet: 80, 71 and 7D. RGB value is (128,113,125). Sum of RGB (Red+Green+Blue) = 128+113+125=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 128 - color contains mainly: red. Hex color #80717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717D is #7F8E82. Grayscale: #767676. Windows color (decimal): -8359555 or 8221056. OLE color: 8221056.

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

Color convert

RGB 128 113 125 -
CMYK 0 0.12 0.02 0.50
HSL 312º 0.06% 0.47% -
HSV(B) 312º 0.12% 0.5% -
XYZ 18.51 17.88 21.88 -
YUV 118.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 128 113 125 0 0.12 0.02 0.50 312 0.06 0.47
Hex 80 71 7D 0 C 2 32 138 6 2F
Octal 200 161 175 0 14 2 62 470 6 57
Binary 10000000 1110001 1111101 0 1100 10 110010 100111000 110 101111

Color Harmonies of #80717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80717D

Black with #80717D

Text Example


Text Example

White with #80717D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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