#867680

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

Shades of Monsoon #867680

Tints of Monsoon #867680

Color information

#867680 (or 0x867680) is unknown color: approx Monsoon. HEX triplet: 86, 76 and 80. RGB value is (134,118,128). Sum of RGB (Red+Green+Blue) = 134+118+128=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867680 is #79897F. Grayscale: #7B7B7B. Windows color (decimal): -7965056 or 8418950. OLE color: 8418950.

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

Color convert

RGB134118128-
CMYK00.120.040.47
HSL322.5º6.35%49.41%-
HSV(B)322.5º11.94%52.55%-
XYZ20.2119.5823.14-
YUV123.92130.3135.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=35.26%
G=31.05%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411812800.120.040.47322.56.3549.41
Hex8676800C42F143631
Octal206166200014457503661
Binary1000011011101101000000001100100101111101000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867680; }

 p { color: rgb(134,118,128); }

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

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

 a { background-color: rgb(134,118,128); }

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

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

 span { border-color: rgb(134,118,128); }

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