#878A96

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

Shades of Manatee #878A96

Tints of Manatee #878A96

Color information

#878A96 (or 0x878A96) is unknown color: approx Manatee. HEX triplet: 87, 8A and 96. RGB value is (135,138,150). Sum of RGB (Red+Green+Blue) = 135+138+150=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 150 - color contains mainly: blue. Hex color #878A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A96 is #787569. Grayscale: #8A8A8A. Windows color (decimal): -7894378 or 9865863. OLE color: 9865863.

HSL color Cylindrical-coordinate representation of color #878A96: hue angle of 228º 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 #878A96 is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135138150-
CMYK0.10.0800.41
HSL228º6.67%55.88%-
HSV(B)228º10%58.82%-
XYZ24.5925.5332.49-
YUV138.47134.51125.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 138 (54.30% from 255) = 32.62%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=31.91%
G=32.62%
B=35.46%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351381500.10.0800.412286.6755.88
Hex878A96A8029e4738
Octal2072122261210051344770
Binary10000111100010101001011010101000010100111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878A96; }

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

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

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

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

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

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

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

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