Html Css Color HEX #80717A Monsoon

📋 copy color: '#80717A'

red 128 ◦ green 113 ◦ blue 122

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

Shades of Monsoon #80717A

Tints of Monsoon #80717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 35.26%
G = 31.13%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80717A (or 0x80717A) is known color: Monsoon. HEX triplet: 80, 71 and 7A. RGB value is (128,113,122). Sum of RGB (Red+Green+Blue) = 128+113+122=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #80717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80717A is #7F8E85. Grayscale: #767676. Windows color (decimal): -8359558 or 8024448. OLE color: 8024448.

HSL color Cylindrical-coordinate representation of color #80717A: hue angle of 324º 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 #80717A is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 122 -
CMYK 0 0.12 0.05 0.50
HSL 324º 0.06% 0.47% -
HSV(B) 324º 0.12% 0.5% -
XYZ 18.32 17.8 20.88 -
YUV 118.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 128 113 122 0 0.12 0.05 0.50 324 0.06 0.47
Hex 80 71 7A 0 C 5 32 144 6 2F
Octal 200 161 172 0 14 5 62 504 6 57
Binary 10000000 1110001 1111010 0 1100 101 110010 101000100 110 101111

Color Harmonies of #80717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80717A

Black with #80717A

Text Example


Text Example

White with #80717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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