#867883

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

Shades of Monsoon #867883

Tints of Monsoon #867883

Color information

#867883 (or 0x867883) is unknown color: approx Monsoon. HEX triplet: 86, 78 and 83. RGB value is (134,120,131). Sum of RGB (Red+Green+Blue) = 134+120+131=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867883 is #79877C. Grayscale: #7D7D7D. Windows color (decimal): -7964541 or 8616070. OLE color: 8616070.

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

Color convert

RGB134120131-
CMYK00.100.020.47
HSL312.86º5.51%49.8%-
HSV(B)312.86º10.45%52.55%-
XYZ20.6420.1424.27-
YUV125.44131.14134.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=34.81%
G=31.17%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412013100.100.020.47312.865.5149.8
Hex8678830A22F139632
Octal206170203012257471662
Binary100001101111000100000110101010101111100111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867883; }

 p { color: rgb(134,120,131); }

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

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

 a { background-color: rgb(134,120,131); }

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

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

 span { border-color: rgb(134,120,131); }

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