#878A8B

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

Shades of Aluminium #878A8B

Tints of Aluminium #878A8B

Color information

#878A8B (or 0x878A8B) is unknown color: approx Aluminium. HEX triplet: 87, 8A and 8B. RGB value is (135,138,139). Sum of RGB (Red+Green+Blue) = 135+138+139=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 139 - color contains mainly: blue. Hex color #878A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A8B is #787574. Grayscale: #898989. Windows color (decimal): -7894389 or 9144967. OLE color: 9144967.

HSL color Cylindrical-coordinate representation of color #878A8B: hue angle of 195º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #878A8B is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135138139-
CMYK0.030.0100.45
HSL195º1.69%53.73%-
HSV(B)195º2.88%54.51%-
XYZ23.7425.1928.04-
YUV137.22129.01126.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=32.77%
G=33.50%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351381390.030.0100.451951.6953.73
Hex878A8B3102Dc3236
Octal20721221331055303266
Binary10000111100010101000101111101011011100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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