#878788

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

Shades of Manatee #878788

Tints of Manatee #878788

Color information

#878788 (or 0x878788) is unknown color: approx Manatee. HEX triplet: 87, 87 and 88. RGB value is (135,135,136). Sum of RGB (Red+Green+Blue) = 135+135+136=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 136 - color contains mainly: blue. Hex color #878788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878788 is #787877. Grayscale: #878787. Windows color (decimal): -7895160 or 8947591. OLE color: 8947591.

HSL color Cylindrical-coordinate representation of color #878788: hue angle of 240º degrees, saturation: 0, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878788 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB135135136-
CMYK0.010.0100.47
HSL240º0.42%53.14%-
HSV(B)240º0.74%53.33%-
XYZ23.124.2626.76-
YUV135.11128.5127.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=33.25%
G=33.25%
B=33.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351351360.010.0100.472400.4253.14
Hex8787881102Ff0035
Octal20720721011057360065
Binary100001111000011110001000110101111111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878788; }

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

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

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

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

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

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

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

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