#87888E

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

Shades of Manatee #87888E

Tints of Manatee #87888E

Color information

#87888E (or 0x87888E) is unknown color: approx Manatee. HEX triplet: 87, 88 and 8E. RGB value is (135,136,142). Sum of RGB (Red+Green+Blue) = 135+136+142=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 142 - color contains mainly: blue. Hex color #87888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87888E is #787771. Grayscale: #888888. Windows color (decimal): -7894898 or 9341063. OLE color: 9341063.

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

Color convert

RGB135136142-
CMYK0.050.0400.44
HSL231.43º3%54.31%-
HSV(B)231.43º4.93%55.69%-
XYZ23.6824.7129.11-
YUV136.38131.17127.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=32.69%
G=32.93%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351361420.050.0400.44231.43354.31
Hex87888E5402Ce7336
Octal20721021654054347366
Binary10000111100010001000111010110001011001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87888E; }

 p { color: rgb(135,136,142); }

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

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

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

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

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

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

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