#867480

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

Shades of Monsoon #867480

Tints of Monsoon #867480

Color information

#867480 (or 0x867480) is unknown color: approx Monsoon. HEX triplet: 86, 74 and 80. RGB value is (134,116,128). Sum of RGB (Red+Green+Blue) = 134+116+128=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 134 - color contains mainly: red. Hex color #867480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867480 is #798B7F. Grayscale: #7A7A7A. Windows color (decimal): -7965568 or 8418438. OLE color: 8418438.

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

Color convert

RGB134116128-
CMYK00.130.040.47
HSL320º7.2%49.02%-
HSV(B)320º13.43%52.55%-
XYZ19.9719.1223.06-
YUV122.75130.96136.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=35.45%
G=30.69%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411612800.130.040.473207.249.02
Hex8674800D42F140731
Octal206164200015457500761
Binary1000011011101001000000001101100101111101000000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867480; }

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

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

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

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

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

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

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

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