#87808E

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

Shades of Topaz #87808E

Tints of Topaz #87808E

Color information

#87808E (or 0x87808E) is unknown color: approx Topaz. HEX triplet: 87, 80 and 8E. RGB value is (135,128,142). Sum of RGB (Red+Green+Blue) = 135+128+142=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #87808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87808E is #787F71. Grayscale: #838383. Windows color (decimal): -7896946 or 9339015. OLE color: 9339015.

HSL color Cylindrical-coordinate representation of color #87808E: hue angle of 270º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87808E is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135128142-
CMYK0.050.1000.44
HSL270º5.83%52.94%-
HSV(B)270º9.86%55.69%-
XYZ22.5922.5428.75-
YUV131.69133.82130.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=33.33%
G=31.60%
B=35.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351281420.050.1000.442705.8352.94
Hex87808E5A02C10e635
Octal207200216512054416665
Binary10000111100000001000111010110100101100100001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87808E; }

 p { color: rgb(135,128,142); }

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

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

 a { background-color: rgb(135,128,142); }

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

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

 span { border-color: rgb(135,128,142); }

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