#888B8C

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

Shades of Aluminium #888B8C

Tints of Aluminium #888B8C

Color information

#888B8C (or 0x888B8C) is unknown color: approx Aluminium. HEX triplet: 88, 8B and 8C. RGB value is (136,139,140). Sum of RGB (Red+Green+Blue) = 136+139+140=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 140 - color contains mainly: blue. Hex color #888B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B8C is #777473. Grayscale: #8A8A8A. Windows color (decimal): -7828596 or 9210760. OLE color: 9210760.

HSL color Cylindrical-coordinate representation of color #888B8C: 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 #888B8C is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136139140-
CMYK0.030.0100.45
HSL195º1.71%54.12%-
HSV(B)195º2.86%54.9%-
XYZ24.1225.5928.48-
YUV138.22129.01126.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=32.77%
G=33.49%
B=33.73%

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
Decimal1361391400.030.0100.451951.7154.12
Hex888B8C3102Dc3236
Octal21021321431055303266
Binary10001000100010111000110011101011011100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,139,140); }

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

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

 a { background-color: rgb(136,139,140); }

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

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

 span { border-color: rgb(136,139,140); }

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