Html Css Color HEX #80757F Monsoon

📋 copy color: '#80757F'

red 128 ◦ green 117 ◦ blue 127

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

Shades of Monsoon #80757F

Tints of Monsoon #80757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 34.41%
G = 31.45%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80757F (or 0x80757F) is known color: Monsoon. HEX triplet: 80, 75 and 7F. RGB value is (128,117,127). Sum of RGB (Red+Green+Blue) = 128+117+127=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 128 - color contains mainly: red. Hex color #80757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80757F is #7F8A80. Grayscale: #797979. Windows color (decimal): -8358529 or 8353152. OLE color: 8353152.

HSL color Cylindrical-coordinate representation of color #80757F: hue angle of 305.45º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80757F is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 127 -
CMYK 0 0.09 0.01 0.50
HSL 305.45º 0.04% 0.48% -
HSV(B) 305.45º 0.09% 0.5% -
XYZ 19.09 18.84 22.71 -
YUV 121.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 128 117 127 0 0.09 0.01 0.50 305.45 0.04 0.48
Hex 80 75 7F 0 9 1 32 131 4 30
Octal 200 165 177 0 11 1 62 461 4 60
Binary 10000000 1110101 1111111 0 1001 1 110010 100110001 100 110000

Color Harmonies of #80757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80757F

Black with #80757F

Text Example


Text Example

White with #80757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80757F; }

 p { color: rgb(128,117,127); }

 H1.HeaderClassName
 {
   color: #80757F;
 }
 .AnyTagClassName
 {
   color: #80757F;
 }
</style>

background-color css

<style>
 a { background-color: #80757F; }

 a { background-color: rgb(128,117,127); }

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

border-color css

<style>
 span { border-color: #80757F; }

 span { border-color: rgb(128,117,127); }

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