#86677D

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

Shades of Monsoon #86677D

Tints of Monsoon #86677D

Color information

#86677D (or 0x86677D) is unknown color: approx Monsoon. HEX triplet: 86, 67 and 7D. RGB value is (134,103,125). Sum of RGB (Red+Green+Blue) = 134+103+125=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677D is #799882. Grayscale: #727272. Windows color (decimal): -7968899 or 8218502. OLE color: 8218502.

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

Color convert

RGB134103125-
CMYK00.230.070.47
HSL317.42º13.08%46.47%-
HSV(B)317.42º23.13%52.55%-
XYZ18.3816.2521.57-
YUV114.78133.77141.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=37.02%
G=28.45%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410312500.230.070.47317.4213.0846.47
Hex86677D01772F13dd2e
Octal2061471750277574751556
Binary10000110110011111111010101111111011111001111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86677D; }

 p { color: rgb(134,103,125); }

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

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

 a { background-color: rgb(134,103,125); }

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

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

 span { border-color: rgb(134,103,125); }

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