#867785

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

Shades of Monsoon #867785

Tints of Monsoon #867785

Color information

#867785 (or 0x867785) is unknown color: approx Monsoon. HEX triplet: 86, 77 and 85. RGB value is (134,119,133). Sum of RGB (Red+Green+Blue) = 134+119+133=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #867785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867785 is #79887A. Grayscale: #7D7D7D. Windows color (decimal): -7964795 or 8746886. OLE color: 8746886.

HSL color Cylindrical-coordinate representation of color #867785: hue angle of 304º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #867785 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134119133-
CMYK00.110.010.47
HSL304º5.93%49.61%-
HSV(B)304º11.19%52.55%-
XYZ20.6619.9624.95-
YUV125.08132.47134.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 133 (52.34% from 255) = 34.46%
R=34.72%
G=30.83%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411913300.110.010.473045.9349.61
Hex8677850B12F130632
Octal206167205013157460662
Binary10000110111011110000101010111101111100110000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867785; }

 p { color: rgb(134,119,133); }

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

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

 a { background-color: rgb(134,119,133); }

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

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

 span { border-color: rgb(134,119,133); }

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