#878992

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

Shades of Manatee #878992

Tints of Manatee #878992

Color information

#878992 (or 0x878992) is unknown color: approx Manatee. HEX triplet: 87, 89 and 92. RGB value is (135,137,146). Sum of RGB (Red+Green+Blue) = 135+137+146=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #878992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878992 is #78766D. Grayscale: #898989. Windows color (decimal): -7894638 or 9603463. OLE color: 9603463.

HSL color Cylindrical-coordinate representation of color #878992: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #878992 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135137146-
CMYK0.080.0600.43
HSL229.09º4.8%55.1%-
HSV(B)229.09º7.53%57.25%-
XYZ24.1325.1230.77-
YUV137.43132.84126.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=32.30%
G=32.78%
B=34.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351371460.080.0600.43229.094.855.1
Hex8789928602Be5537
Octal207211222106053345567
Binary1000011110001001100100101000110010101111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878992; }

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

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

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

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

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

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

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

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