Html Css Color HEX #80737E Monsoon

📋 copy color: '#80737E'

red 128 ◦ green 115 ◦ blue 126

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

Shades of Monsoon #80737E

Tints of Monsoon #80737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 34.69%
G = 31.17%
B = 34.15%

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

#80737E (or 0x80737E) is known color: Monsoon. HEX triplet: 80, 73 and 7E. RGB value is (128,115,126). Sum of RGB (Red+Green+Blue) = 128+115+126=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 128 - color contains mainly: red. Hex color #80737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737E is #7F8C81. Grayscale: #787878. Windows color (decimal): -8359042 or 8287104. OLE color: 8287104.

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

Color convert

RGB 128 115 126 -
CMYK 0 0.10 0.02 0.50
HSL 309.23º 0.05% 0.48% -
HSV(B) 309.23º 0.1% 0.5% -
XYZ 18.8 18.36 22.29 -
YUV 120.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 128 115 126 0 0.10 0.02 0.50 309.23 0.05 0.48
Hex 80 73 7E 0 A 2 32 135 5 30
Octal 200 163 176 0 12 2 62 465 5 60
Binary 10000000 1110011 1111110 0 1010 10 110010 100110101 101 110000

Color Harmonies of #80737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80737E

Black with #80737E

Text Example


Text Example

White with #80737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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