#867784

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

Shades of Monsoon #867784

Tints of Monsoon #867784

Color information

#867784 (or 0x867784) is unknown color: approx Monsoon. HEX triplet: 86, 77 and 84. RGB value is (134,119,132). Sum of RGB (Red+Green+Blue) = 134+119+132=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867784 is #79887B. Grayscale: #7C7C7C. Windows color (decimal): -7964796 or 8681350. OLE color: 8681350.

HSL color Cylindrical-coordinate representation of color #867784: hue angle of 308º 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 #867784 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB134119132-
CMYK00.110.010.47
HSL308º5.93%49.61%-
HSV(B)308º11.19%52.55%-
XYZ20.5919.9324.59-
YUV124.97131.97134.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=34.81%
G=30.91%
B=34.29%

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
Decimal13411913200.110.010.473085.9349.61
Hex8677840B12F134632
Octal206167204013157464662
Binary10000110111011110000100010111101111100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867784; }

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

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

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

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

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

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

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

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