#836F7F

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

Shades of Monsoon #836F7F

Tints of Monsoon #836F7F

Color information

#836F7F (or 0x836F7F) is unknown color: approx Monsoon. HEX triplet: 83, 6F and 7F. RGB value is (131,111,127). Sum of RGB (Red+Green+Blue) = 131+111+127=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #836F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F7F is #7C9080. Grayscale: #767676. Windows color (decimal): -8163457 or 8351619. OLE color: 8351619.

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

Color convert

RGB131111127-
CMYK00.150.030.49
HSL312º8.26%47.45%-
HSV(B)312º15.27%51.37%-
XYZ18.8817.7322.51-
YUV118.8132.63136.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 127 (50% from 255) = 34.42%
R=35.50%
G=30.08%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111112700.150.030.493128.2647.45
Hex836F7F0F33113882f
Octal2031571770173614701057
Binary100000111101111111111101111111100011001110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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