#878491

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

Shades of Topaz #878491

Tints of Topaz #878491

Color information

#878491 (or 0x878491) is unknown color: approx Topaz. HEX triplet: 87, 84 and 91. RGB value is (135,132,145). Sum of RGB (Red+Green+Blue) = 135+132+145=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 145 - color contains mainly: blue. Hex color #878491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878491 is #787B6E. Grayscale: #868686. Windows color (decimal): -7895919 or 9536647. OLE color: 9536647.

HSL color Cylindrical-coordinate representation of color #878491: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878491 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135132145-
CMYK0.070.0900.43
HSL253.85º5.58%54.31%-
HSV(B)253.85º8.97%56.86%-
XYZ23.3523.730.13-
YUV134.38133.99128.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=32.77%
G=32.04%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351321450.070.0900.43253.855.5854.31
Hex8784917902Bfe636
Octal207204221711053376666
Binary1000011110000100100100011111001010101111111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878491; }

 p { color: rgb(135,132,145); }

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

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

 a { background-color: rgb(135,132,145); }

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

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

 span { border-color: rgb(135,132,145); }

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