#836C7E

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

Shades of Monsoon #836C7E

Tints of Monsoon #836C7E

Color information

#836C7E (or 0x836C7E) is unknown color: approx Monsoon. HEX triplet: 83, 6C and 7E. RGB value is (131,108,126). Sum of RGB (Red+Green+Blue) = 131+108+126=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 131 - color contains mainly: red. Hex color #836C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C7E is #7C9381. Grayscale: #747474. Windows color (decimal): -8164226 or 8285315. OLE color: 8285315.

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

Color convert

RGB131108126-
CMYK00.180.040.49
HSL313.04º9.62%46.86%-
HSV(B)313.04º17.56%51.37%-
XYZ18.4917.0622.06-
YUV116.93133.12138.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=35.89%
G=29.59%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110812600.180.040.49313.049.6246.86
Hex836C7E012431139a2f
Octal2031541760224614711257
Binary10000011110110011111100100101001100011001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,108,126); }

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

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

 a { background-color: rgb(131,108,126); }

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

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

 span { border-color: rgb(131,108,126); }

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