#878F95

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

Shades of Aluminium #878F95

Tints of Aluminium #878F95

Color information

#878F95 (or 0x878F95) is unknown color: approx Aluminium. HEX triplet: 87, 8F and 95. RGB value is (135,143,149). Sum of RGB (Red+Green+Blue) = 135+143+149=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #878F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F95 is #78706A. Grayscale: #8D8D8D. Windows color (decimal): -7893099 or 9801607. OLE color: 9801607.

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

Color convert

RGB135143149-
CMYK0.090.0400.42
HSL205.71º6.19%55.69%-
HSV(B)205.71º9.4%58.43%-
XYZ25.2426.9732.31-
YUV141.29132.35123.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=31.62%
G=33.49%
B=34.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351431490.090.0400.42205.716.1955.69
Hex878F959402Ace638
Octal207217225114052316670
Binary1000011110001111100101011001100010101011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,149); }

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

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

 a { background-color: rgb(135,143,149); }

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

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

 span { border-color: rgb(135,143,149); }

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