#836F7C

Color #836F7C Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #836F7C

Tints of Monsoon #836F7C

Color information

#836F7C (or 0x836F7C) is unknown color: approx Monsoon. HEX triplet: 83, 6F and 7C. RGB value is (131,111,124). Sum of RGB (Red+Green+Blue) = 131+111+124=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #836F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F7C is #7C9083. Grayscale: #767676. Windows color (decimal): -8163460 or 8155011. OLE color: 8155011.

HSL color Cylindrical-coordinate representation of color #836F7C: hue angle of 321º 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 #836F7C is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB131111124-
CMYK00.150.050.49
HSL321º8.26%47.45%-
HSV(B)321º15.27%51.37%-
XYZ18.6817.6521.49-
YUV118.46131.13136.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=35.79%
G=30.33%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111112400.150.050.493218.2647.45
Hex836F7C0F53114182f
Octal2031571740175615011057
Binary1000001111011111111100011111011100011010000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #836F7C;
 }
 .AnyTagClassName
 {
   color: #836F7C;
 }
</style>
background-color css

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

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

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

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

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

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