#867B85

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

Shades of Monsoon #867B85

Tints of Monsoon #867B85

Color information

#867B85 (or 0x867B85) is unknown color: approx Monsoon. HEX triplet: 86, 7B and 85. RGB value is (134,123,133). Sum of RGB (Red+Green+Blue) = 134+123+133=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #867B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B85 is #79847A. Grayscale: #7F7F7F. Windows color (decimal): -7963771 or 8747910. OLE color: 8747910.

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

Color convert

RGB134123133-
CMYK00.080.010.47
HSL305.45º4.35%50.39%-
HSV(B)305.45º8.21%52.55%-
XYZ21.1520.9325.12-
YUV127.43131.14132.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=34.36%
G=31.54%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412313300.080.010.47305.454.3550.39
Hex867B850812F131432
Octal206173205010157461462
Binary10000110111101110000101010001101111100110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B85; }

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

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

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

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

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

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

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

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