#868789

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

Shades of Aluminium #868789

Tints of Aluminium #868789

Color information

#868789 (or 0x868789) is unknown color: approx Aluminium. HEX triplet: 86, 87 and 89. RGB value is (134,135,137). Sum of RGB (Red+Green+Blue) = 134+135+137=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 137 - color contains mainly: blue. Hex color #868789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868789 is #797876. Grayscale: #868686. Windows color (decimal): -7960695 or 9013126. OLE color: 9013126.

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

Color convert

RGB134135137-
CMYK0.020.0100.46
HSL220º1.26%53.14%-
HSV(B)220º2.19%53.73%-
XYZ23.0124.227.13-
YUV134.93129.17127.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 135 (53.12% from 255) = 33.25%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=33.00%
G=33.25%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341351370.020.0100.462201.2653.14
Hex8687892102Edc135
Octal20620721121056334165
Binary1000011010000111100010011010101110110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868789; }

 p { color: rgb(134,135,137); }

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

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

 a { background-color: rgb(134,135,137); }

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

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

 span { border-color: rgb(134,135,137); }

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