#878588

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

Shades of Topaz #878588

Tints of Topaz #878588

Color information

#878588 (or 0x878588) is unknown color: approx Topaz. HEX triplet: 87, 85 and 88. RGB value is (135,133,136). Sum of RGB (Red+Green+Blue) = 135+133+136=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 136 - color contains mainly: blue. Hex color #878588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878588 is #787A77. Grayscale: #858585. Windows color (decimal): -7895672 or 8947079. OLE color: 8947079.

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

Color convert

RGB135133136-
CMYK0.010.0200.47
HSL280º1.24%52.75%-
HSV(B)280º2.21%53.33%-
XYZ22.8223.726.66-
YUV133.94129.16128.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=33.42%
G=32.92%
B=33.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351331360.010.0200.472801.2452.75
Hex8785881202F118135
Octal20720521012057430165
Binary10000111100001011000100011001011111000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878588; }

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

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

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

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

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

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

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

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