#878995

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

Shades of Manatee #878995

Tints of Manatee #878995

Color information

#878995 (or 0x878995) is unknown color: approx Manatee. HEX triplet: 87, 89 and 95. RGB value is (135,137,149). Sum of RGB (Red+Green+Blue) = 135+137+149=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 149 - color contains mainly: blue. Hex color #878995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878995 is #78766A. Grayscale: #898989. Windows color (decimal): -7894635 or 9800071. OLE color: 9800071.

HSL color Cylindrical-coordinate representation of color #878995: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878995 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135137149-
CMYK0.090.0800.42
HSL231.43º6.19%55.69%-
HSV(B)231.43º9.4%58.43%-
XYZ24.3625.2132.02-
YUV137.77134.34126.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=32.07%
G=32.54%
B=35.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351371490.090.0800.42231.436.1955.69
Hex8789959802Ae7638
Octal2072112251110052347670
Binary10000111100010011001010110011000010101011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878995; }

 p { color: rgb(135,137,149); }

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

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

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

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

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

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

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