#888F91

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

Shades of Aluminium #888F91

Tints of Aluminium #888F91

Color information

#888F91 (or 0x888F91) is unknown color: approx Aluminium. HEX triplet: 88, 8F and 91. RGB value is (136,143,145). Sum of RGB (Red+Green+Blue) = 136+143+145=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 145 - color contains mainly: blue. Hex color #888F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F91 is #77706E. Grayscale: #8D8D8D. Windows color (decimal): -7827567 or 9539464. OLE color: 9539464.

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

Color convert

RGB136143145-
CMYK0.060.0100.43
HSL193.33º3.93%55.1%-
HSV(B)193.33º6.21%56.86%-
XYZ25.0926.9230.66-
YUV141.14130.18124.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=32.08%
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.43
SystemRedGreenBlueCMYKHSL
Decimal1361431450.060.0100.43193.333.9355.1
Hex888F916102Bc1437
Octal21021722161053301467
Binary1000100010001111100100011101010101111000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888F91; }

 p { color: rgb(136,143,145); }

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

<style>
 a { background-color: #888F91; }

 a { background-color: rgb(136,143,145); }

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

<style>
 span { border-color: #888F91; }

 span { border-color: rgb(136,143,145); }

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