#836D7D

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

Shades of Monsoon #836D7D

Tints of Monsoon #836D7D

Color information

#836D7D (or 0x836D7D) is unknown color: approx Monsoon. HEX triplet: 83, 6D and 7D. RGB value is (131,109,125). Sum of RGB (Red+Green+Blue) = 131+109+125=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #836D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D7D is #7C9282. Grayscale: #757575. Windows color (decimal): -8163971 or 8220035. OLE color: 8220035.

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

Color convert

RGB131109125-
CMYK00.170.050.49
HSL316.36º9.17%47.06%-
HSV(B)316.36º16.79%51.37%-
XYZ18.5317.2421.75-
YUV117.4132.29137.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=35.89%
G=29.86%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110912500.170.050.49316.369.1747.06
Hex836D7D01153113c92f
Octal2031551750215614741157
Binary10000011110110111111010100011011100011001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,109,125); }

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

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

 a { background-color: rgb(131,109,125); }

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

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

 span { border-color: rgb(131,109,125); }

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