#878D91

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

Shades of Aluminium #878D91

Tints of Aluminium #878D91

Color information

#878D91 (or 0x878D91) is unknown color: approx Aluminium. HEX triplet: 87, 8D and 91. RGB value is (135,141,145). Sum of RGB (Red+Green+Blue) = 135+141+145=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 145 - color contains mainly: blue. Hex color #878D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D91 is #78726E. Grayscale: #8B8B8B. Windows color (decimal): -7893615 or 9538951. OLE color: 9538951.

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

Color convert

RGB135141145-
CMYK0.070.0300.43
HSL204º4.35%54.9%-
HSV(B)204º6.9%56.86%-
XYZ24.6326.2430.56-
YUV139.66131.01124.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=32.07%
G=33.49%
B=34.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351411450.070.0300.432044.3554.9
Hex878D917302Bcc437
Octal20721522173053314467
Binary10000111100011011001000111111010101111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,145); }

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

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

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

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

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

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

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