Html Css Color HEX #80707D Monsoon

📋 copy color: '#80707D'

red 128 ◦ green 112 ◦ blue 125

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

Shades of Monsoon #80707D

Tints of Monsoon #80707D

RGB

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

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

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

R = 35.07%
G = 30.68%
B = 34.25%

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

#80707D (or 0x80707D) is known color: Monsoon. HEX triplet: 80, 70 and 7D. RGB value is (128,112,125). Sum of RGB (Red+Green+Blue) = 128+112+125=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 128 - color contains mainly: red. Hex color #80707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80707D is #7F8F82. Grayscale: #767676. Windows color (decimal): -8359811 or 8220800. OLE color: 8220800.

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

Color convert

RGB 128 112 125 -
CMYK 0 0.12 0.02 0.50
HSL 311.25º 0.07% 0.47% -
HSV(B) 311.25º 0.13% 0.5% -
XYZ 18.4 17.66 21.84 -
YUV 118.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 128 112 125 0 0.12 0.02 0.50 311.25 0.07 0.47
Hex 80 70 7D 0 C 2 32 137 7 2F
Octal 200 160 175 0 14 2 62 467 7 57
Binary 10000000 1110000 1111101 0 1100 10 110010 100110111 111 101111

Color Harmonies of #80707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80707D

Black with #80707D

Text Example


Text Example

White with #80707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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