Html Css Color HEX #836F80 Monsoon

📋 copy color: '#836F80'

red 131 ◦ green 111 ◦ blue 128

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

Shades of Monsoon #836F80

Tints of Monsoon #836F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 35.41%
G = 30%
B = 34.59%

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

#836F80 (or 0x836F80) is known color: Monsoon. HEX triplet: 83, 6F and 80. RGB value is (131,111,128). Sum of RGB (Red+Green+Blue) = 131+111+128=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #836F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F80 is #7C907F. Grayscale: #767676. Windows color (decimal): -8163456 or 8417155. OLE color: 8417155.

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

Color convert

RGB 131 111 128 -
CMYK 0 0.15 0.02 0.49
HSL 309º 0.08% 0.47% -
HSV(B) 309º 0.15% 0.51% -
XYZ 18.94 17.75 22.85 -
YUV 118.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 131 111 128 0 0.15 0.02 0.49 309 0.08 0.47
Hex 83 6F 80 0 F 2 31 135 8 2F
Octal 203 157 200 0 17 2 61 465 10 57
Binary 10000011 1101111 10000000 0 1111 10 110001 100110101 1000 101111

Color Harmonies of #836F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F80

Black with #836F80

Text Example


Text Example

White with #836F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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