Html Css Color HEX #837080 Monsoon

📋 copy color: '#837080'

red 131 ◦ green 112 ◦ blue 128

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

Shades of Monsoon #837080

Tints of Monsoon #837080

RGB

 RED value IS 131 (51.56% from 255) = 35.31%

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 35.31%
G = 30.19%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837080 (or 0x837080) is known color: Monsoon. HEX triplet: 83, 70 and 80. RGB value is (131,112,128). Sum of RGB (Red+Green+Blue) = 131+112+128=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #837080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837080 is #7C8F7F. Grayscale: #777777. Windows color (decimal): -8163200 or 8417411. OLE color: 8417411.

HSL color Cylindrical-coordinate representation of color #837080: hue angle of 309.47º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837080 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 128 -
CMYK 0 0.15 0.02 0.49
HSL 309.47º 0.08% 0.48% -
HSV(B) 309.47º 0.15% 0.51% -
XYZ 19.05 17.97 22.89 -
YUV 119.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 131 112 128 0 0.15 0.02 0.49 309.47 0.08 0.48
Hex 83 70 80 0 F 2 31 135 8 30
Octal 203 160 200 0 17 2 61 465 10 60
Binary 10000011 1110000 10000000 0 1111 10 110001 100110101 1000 110000

Color Harmonies of #837080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837080

Black with #837080

Text Example


Text Example

White with #837080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837080; }

 p { color: rgb(131,112,128); }

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

background-color css

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

 a { background-color: rgb(131,112,128); }

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

border-color css

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

 span { border-color: rgb(131,112,128); }

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