Html Css Color HEX #80707C Monsoon

📋 copy color: '#80707C'

red 128 ◦ green 112 ◦ blue 124

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

Shades of Monsoon #80707C

Tints of Monsoon #80707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 35.16%
G = 30.77%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80707C (or 0x80707C) is known color: Monsoon. HEX triplet: 80, 70 and 7C. RGB value is (128,112,124). Sum of RGB (Red+Green+Blue) = 128+112+124=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 128 - color contains mainly: red. Hex color #80707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707C is #7F8F83. Grayscale: #767676. Windows color (decimal): -8359812 or 8155264. OLE color: 8155264.

HSL color Cylindrical-coordinate representation of color #80707C: hue angle of 315º degrees, saturation: 0.07, 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 #80707C is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 124 -
CMYK 0 0.12 0.03 0.50
HSL 315º 0.07% 0.47% -
HSV(B) 315º 0.13% 0.5% -
XYZ 18.33 17.63 21.51 -
YUV 118.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 128 112 124 0 0.12 0.03 0.50 315 0.07 0.47
Hex 80 70 7C 0 C 3 32 13B 7 2F
Octal 200 160 174 0 14 3 62 473 7 57
Binary 10000000 1110000 1111100 0 1100 11 110010 100111011 111 101111

Color Harmonies of #80707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80707C

Black with #80707C

Text Example


Text Example

White with #80707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80707C; }

 p { color: rgb(128,112,124); }

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

background-color css

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

 a { background-color: rgb(128,112,124); }

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

border-color css

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

 span { border-color: rgb(128,112,124); }

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