#86878D

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

Shades of Manatee #86878D

Tints of Manatee #86878D

Color information

#86878D (or 0x86878D) is unknown color: approx Manatee. HEX triplet: 86, 87 and 8D. RGB value is (134,135,141). Sum of RGB (Red+Green+Blue) = 134+135+141=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 141 - color contains mainly: blue. Hex color #86878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86878D is #797872. Grayscale: #878787. Windows color (decimal): -7960691 or 9275270. OLE color: 9275270.

HSL color Cylindrical-coordinate representation of color #86878D: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #86878D is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB134135141-
CMYK0.050.0400.45
HSL231.43º2.98%53.92%-
HSV(B)231.43º4.96%55.29%-
XYZ23.324.3228.67-
YUV135.38131.17127.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=32.68%
G=32.93%
B=34.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341351410.050.0400.45231.432.9853.92
Hex86878D5402De7336
Octal20620721554055347366
Binary10000110100001111000110110110001011011110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,135,141); }

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

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

 a { background-color: rgb(134,135,141); }

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

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

 span { border-color: rgb(134,135,141); }

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