Html Css Color HEX #80737B Monsoon

📋 copy color: '#80737B'

red 128 ◦ green 115 ◦ blue 123

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

Shades of Monsoon #80737B

Tints of Monsoon #80737B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 34.97%
G = 31.42%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80737B (or 0x80737B) is known color: Monsoon. HEX triplet: 80, 73 and 7B. RGB value is (128,115,123). Sum of RGB (Red+Green+Blue) = 128+115+123=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 128 - color contains mainly: red. Hex color #80737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80737B is #7F8C84. Grayscale: #777777. Windows color (decimal): -8359045 or 8090496. OLE color: 8090496.

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

Color convert

RGB 128 115 123 -
CMYK 0 0.10 0.04 0.50
HSL 323.08º 0.05% 0.48% -
HSV(B) 323.08º 0.1% 0.5% -
XYZ 18.61 18.28 21.29 -
YUV 119.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 128 115 123 0 0.10 0.04 0.50 323.08 0.05 0.48
Hex 80 73 7B 0 A 4 32 143 5 30
Octal 200 163 173 0 12 4 62 503 5 60
Binary 10000000 1110011 1111011 0 1010 100 110010 101000011 101 110000

Color Harmonies of #80737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80737B

Black with #80737B

Text Example


Text Example

White with #80737B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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