#878B90

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

Shades of Aluminium #878B90

Tints of Aluminium #878B90

Color information

#878B90 (or 0x878B90) is unknown color: approx Aluminium. HEX triplet: 87, 8B and 90. RGB value is (135,139,144). Sum of RGB (Red+Green+Blue) = 135+139+144=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #878B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B90 is #78746F. Grayscale: #8A8A8A. Windows color (decimal): -7894128 or 9472903. OLE color: 9472903.

HSL color Cylindrical-coordinate representation of color #878B90: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878B90 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135139144-
CMYK0.060.0300.44
HSL213.33º3.9%54.71%-
HSV(B)213.33º6.25%56.47%-
XYZ24.2625.6330.05-
YUV138.37131.17125.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=32.30%
G=33.25%
B=34.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351391440.060.0300.44213.333.954.71
Hex878B906302Cd5437
Octal20721322063054325467
Binary10000111100010111001000011011010110011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,139,144); }

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

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

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

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

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

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

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