Html Css Color HEX #80737D Monsoon

📋 copy color: '#80737D'

red 128 ◦ green 115 ◦ blue 125

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

Shades of Monsoon #80737D

Tints of Monsoon #80737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 34.78%
G = 31.25%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80737D (or 0x80737D) is known color: Monsoon. HEX triplet: 80, 73 and 7D. RGB value is (128,115,125). Sum of RGB (Red+Green+Blue) = 128+115+125=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 128 - color contains mainly: red. Hex color #80737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737D is #7F8C82. Grayscale: #787878. Windows color (decimal): -8359043 or 8221568. OLE color: 8221568.

HSL color Cylindrical-coordinate representation of color #80737D: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80737D is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 125 -
CMYK 0 0.10 0.02 0.50
HSL 313.85º 0.05% 0.48% -
HSV(B) 313.85º 0.1% 0.5% -
XYZ 18.73 18.33 21.95 -
YUV 120.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 128 115 125 0 0.10 0.02 0.50 313.85 0.05 0.48
Hex 80 73 7D 0 A 2 32 13A 5 30
Octal 200 163 175 0 12 2 62 472 5 60
Binary 10000000 1110011 1111101 0 1010 10 110010 100111010 101 110000

Color Harmonies of #80737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80737D

Black with #80737D

Text Example


Text Example

White with #80737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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