#856D7F

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

Shades of Monsoon #856D7F

Tints of Monsoon #856D7F

Color information

#856D7F (or 0x856D7F) is unknown color: approx Monsoon. HEX triplet: 85, 6D and 7F. RGB value is (133,109,127). Sum of RGB (Red+Green+Blue) = 133+109+127=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #856D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D7F is #7A9280. Grayscale: #767676. Windows color (decimal): -8032897 or 8351109. OLE color: 8351109.

HSL color Cylindrical-coordinate representation of color #856D7F: hue angle of 315º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D7F is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133109127-
CMYK00.180.050.48
HSL315º9.92%47.45%-
HSV(B)315º18.05%52.16%-
XYZ18.9717.4622.45-
YUV118.23132.95138.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 127 (50% from 255) = 34.42%
R=36.04%
G=29.54%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310912700.180.050.483159.9247.45
Hex856D7F01253013ba2f
Octal2051551770225604731257
Binary10000101110110111111110100101011100001001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D7F; }

 p { color: rgb(133,109,127); }

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

<style>
 a { background-color: #856D7F; }

 a { background-color: rgb(133,109,127); }

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

<style>
 span { border-color: #856D7F; }

 span { border-color: rgb(133,109,127); }

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