#868788

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

Shades of Aluminium #868788

Tints of Aluminium #868788

Color information

#868788 (or 0x868788) is unknown color: approx Aluminium. HEX triplet: 86, 87 and 88. RGB value is (134,135,136). Sum of RGB (Red+Green+Blue) = 134+135+136=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 136 - color contains mainly: blue. Hex color #868788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868788 is #797877. Grayscale: #868686. Windows color (decimal): -7960696 or 8947590. OLE color: 8947590.

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

Color convert

RGB134135136-
CMYK0.010.0100.47
HSL210º0.83%52.94%-
HSV(B)210º1.47%53.33%-
XYZ22.9424.1726.75-
YUV134.81128.67127.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.09%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=33.09%
G=33.33%
B=33.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351360.010.0100.472100.8352.94
Hex8687881102Fd2135
Octal20620721011057322165
Binary100001101000011110001000110101111110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868788; }

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

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

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

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

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

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

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

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