#836C7A

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

Shades of Monsoon #836C7A

Tints of Monsoon #836C7A

Color information

#836C7A (or 0x836C7A) is unknown color: approx Monsoon. HEX triplet: 83, 6C and 7A. RGB value is (131,108,122). Sum of RGB (Red+Green+Blue) = 131+108+122=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #836C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C7A is #7C9385. Grayscale: #747474. Windows color (decimal): -8164230 or 8023171. OLE color: 8023171.

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

Color convert

RGB131108122-
CMYK00.180.070.49
HSL323.48º9.62%46.86%-
HSV(B)323.48º17.56%51.37%-
XYZ18.2416.9620.72-
YUV116.47131.12138.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=36.29%
G=29.92%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110812200.180.070.49323.489.6246.86
Hex836C7A012731143a2f
Octal2031541720227615031257
Binary10000011110110011110100100101111100011010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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