#86878B

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

Shades of Manatee #86878B

Tints of Manatee #86878B

Color information

#86878B (or 0x86878B) is unknown color: approx Manatee. HEX triplet: 86, 87 and 8B. RGB value is (134,135,139). Sum of RGB (Red+Green+Blue) = 134+135+139=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #86878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86878B is #797874. Grayscale: #878787. Windows color (decimal): -7960693 or 9144198. OLE color: 9144198.

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

Color convert

RGB134135139-
CMYK0.040.0300.45
HSL228º2.11%53.53%-
HSV(B)228º3.6%54.51%-
XYZ23.1624.2627.89-
YUV135.16130.17127.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=32.84%
G=33.09%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341351390.040.0300.452282.1153.53
Hex86878B4302De4236
Octal20620721343055344266
Binary1000011010000111100010111001101011011110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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