#878796

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

Shades of Manatee #878796

Tints of Manatee #878796

Color information

#878796 (or 0x878796) is unknown color: approx Manatee. HEX triplet: 87, 87 and 96. RGB value is (135,135,150). Sum of RGB (Red+Green+Blue) = 135+135+150=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 150 - color contains mainly: blue. Hex color #878796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878796 is #787869. Grayscale: #888888. Windows color (decimal): -7895146 or 9865095. OLE color: 9865095.

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

Color convert

RGB135135150-
CMYK0.10.100.41
HSL240º6.67%55.88%-
HSV(B)240º10%58.82%-
XYZ24.1624.6832.34-
YUV136.71135.5126.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=32.14%
G=32.14%
B=35.71%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351351500.10.100.412406.6755.88
Hex878796AA029f0738
Octal2072072261212051360770
Binary10000111100001111001011010101010010100111110000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878796; }

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

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

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

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

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

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

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

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