#87878D

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

Shades of Manatee #87878D

Tints of Manatee #87878D

Color information

#87878D (or 0x87878D) is unknown color: approx Manatee. HEX triplet: 87, 87 and 8D. RGB value is (135,135,141). Sum of RGB (Red+Green+Blue) = 135+135+141=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #87878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87878D is #787872. Grayscale: #878787. Windows color (decimal): -7895155 or 9275271. OLE color: 9275271.

HSL color Cylindrical-coordinate representation of color #87878D: hue angle of 240º degrees, saturation: 0.03, 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 #87878D is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135135141-
CMYK0.040.0400.45
HSL240º2.56%54.12%-
HSV(B)240º4.26%55.29%-
XYZ23.4624.428.67-
YUV135.68131127.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=32.85%
G=32.85%
B=34.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351351410.040.0400.452402.5654.12
Hex87878D4402Df0336
Octal20720721544055360366
Binary10000111100001111000110110010001011011111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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