Html Css Color HEX #80747D Monsoon

📋 copy color: '#80747D'

red 128 ◦ green 116 ◦ blue 125

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

Shades of Monsoon #80747D

Tints of Monsoon #80747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.44%

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

R = 34.69%
G = 31.44%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80747D (or 0x80747D) is known color: Monsoon. HEX triplet: 80, 74 and 7D. RGB value is (128,116,125). Sum of RGB (Red+Green+Blue) = 128+116+125=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 128 - color contains mainly: red. Hex color #80747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80747D is #7F8B82. Grayscale: #787878. Windows color (decimal): -8358787 or 8221824. OLE color: 8221824.

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

Color convert

RGB 128 116 125 -
CMYK 0 0.09 0.02 0.50
HSL 315º 0.05% 0.48% -
HSV(B) 315º 0.09% 0.5% -
XYZ 18.85 18.56 21.99 -
YUV 120.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 128 116 125 0 0.09 0.02 0.50 315 0.05 0.48
Hex 80 74 7D 0 9 2 32 13B 5 30
Octal 200 164 175 0 11 2 62 473 5 60
Binary 10000000 1110100 1111101 0 1001 10 110010 100111011 101 110000

Color Harmonies of #80747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80747D

Black with #80747D

Text Example


Text Example

White with #80747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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