#856F7F

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

Shades of Monsoon #856F7F

Tints of Monsoon #856F7F

Color information

#856F7F (or 0x856F7F) is unknown color: approx Monsoon. HEX triplet: 85, 6F and 7F. RGB value is (133,111,127). Sum of RGB (Red+Green+Blue) = 133+111+127=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7F is #7A9080. Grayscale: #777777. Windows color (decimal): -8032385 or 8351621. OLE color: 8351621.

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

Color convert

RGB133111127-
CMYK00.170.050.48
HSL316.36º9.02%47.84%-
HSV(B)316.36º16.54%52.16%-
XYZ19.1917.8922.52-
YUV119.4132.29137.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 127 (50% from 255) = 34.23%
R=35.85%
G=29.92%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311112700.170.050.48316.369.0247.84
Hex856F7F01153013c930
Octal2051571770215604741160
Binary10000101110111111111110100011011100001001111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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