#867782

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

Shades of Monsoon #867782

Tints of Monsoon #867782

Color information

#867782 (or 0x867782) is unknown color: approx Monsoon. HEX triplet: 86, 77 and 82. RGB value is (134,119,130). Sum of RGB (Red+Green+Blue) = 134+119+130=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #867782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867782 is #79887D. Grayscale: #7C7C7C. Windows color (decimal): -7964798 or 8550278. OLE color: 8550278.

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

Color convert

RGB134119130-
CMYK00.110.030.47
HSL316º5.93%49.61%-
HSV(B)316º11.19%52.55%-
XYZ20.4619.8723.88-
YUV124.74130.97134.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=34.99%
G=31.07%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411913000.110.030.473165.9349.61
Hex8677820B32F13c632
Octal206167202013357474662
Binary100001101110111100000100101111101111100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867782; }

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

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

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

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

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

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

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

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