#87878B

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

Shades of Manatee #87878B

Tints of Manatee #87878B

Color information

#87878B (or 0x87878B) is unknown color: approx Manatee. HEX triplet: 87, 87 and 8B. RGB value is (135,135,139). Sum of RGB (Red+Green+Blue) = 135+135+139=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 139 - color contains mainly: blue. Hex color #87878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87878B is #787874. Grayscale: #878787. Windows color (decimal): -7895157 or 9144199. OLE color: 9144199.

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

Color convert

RGB135135139-
CMYK0.030.0300.45
HSL240º1.69%53.73%-
HSV(B)240º2.88%54.51%-
XYZ23.3224.3427.9-
YUV135.46130127.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=33.01%
G=33.01%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351351390.030.0300.452401.6953.73
Hex87878B3302Df0236
Octal20720721333055360266
Binary100001111000011110001011111101011011111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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