#878E90

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

Shades of Aluminium #878E90

Tints of Aluminium #878E90

Color information

#878E90 (or 0x878E90) is unknown color: approx Aluminium. HEX triplet: 87, 8E and 90. RGB value is (135,142,144). Sum of RGB (Red+Green+Blue) = 135+142+144=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 144 - color contains mainly: blue. Hex color #878E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E90 is #78716F. Grayscale: #8C8C8C. Windows color (decimal): -7893360 or 9473671. OLE color: 9473671.

HSL color Cylindrical-coordinate representation of color #878E90: hue angle of 193.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 #878E90 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135142144-
CMYK0.060.0100.44
HSL193.33º3.9%54.71%-
HSV(B)193.33º6.25%56.47%-
XYZ24.726.5130.2-
YUV140.14130.18124.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=32.07%
G=33.73%
B=34.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351421440.060.0100.44193.333.954.71
Hex878E906102Cc1437
Octal20721622061054301467
Binary1000011110001110100100001101010110011000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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