#878688

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

Shades of Topaz #878688

Tints of Topaz #878688

Color information

#878688 (or 0x878688) is unknown color: approx Topaz. HEX triplet: 87, 86 and 88. RGB value is (135,134,136). Sum of RGB (Red+Green+Blue) = 135+134+136=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 134 (52.73% from 255 or 33.09% 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 #878688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878688 is #787977. Grayscale: #868686. Windows color (decimal): -7895416 or 8947335. OLE color: 8947335.

HSL color Cylindrical-coordinate representation of color #878688: hue angle of 270º 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 #878688 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB135134136-
CMYK0.010.0100.47
HSL270º0.83%52.94%-
HSV(B)270º1.47%53.33%-
XYZ22.9623.9826.71-
YUV134.53128.83128.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=33.33%
G=33.09%
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
Decimal1351341360.010.0100.472700.8352.94
Hex8786881102F10e135
Octal20720621011057416165
Binary1000011110000110100010001101011111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878688; }

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

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

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

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

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

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

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

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