#878191

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

Shades of Topaz #878191

Tints of Topaz #878191

Color information

#878191 (or 0x878191) is unknown color: approx Topaz. HEX triplet: 87, 81 and 91. RGB value is (135,129,145). Sum of RGB (Red+Green+Blue) = 135+129+145=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 145 - color contains mainly: blue. Hex color #878191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878191 is #787E6E. Grayscale: #848484. Windows color (decimal): -7896687 or 9535879. OLE color: 9535879.

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

Color convert

RGB135129145-
CMYK0.070.1100.43
HSL262.5º6.78%53.73%-
HSV(B)262.5º11.03%56.86%-
XYZ22.9522.930-
YUV132.62134.99129.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 145 (57.03% from 255) = 35.45%
R=33.01%
G=31.54%
B=35.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351291450.070.1100.43262.56.7853.73
Hex8781917B02B106736
Octal207201221713053406766
Binary10000111100000011001000111110110101011100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878191; }

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

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

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

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

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

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

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

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