#87828D

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

Shades of Topaz #87828D

Tints of Topaz #87828D

Color information

#87828D (or 0x87828D) is unknown color: approx Topaz. HEX triplet: 87, 82 and 8D. RGB value is (135,130,141). Sum of RGB (Red+Green+Blue) = 135+130+141=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 141 - color contains mainly: blue. Hex color #87828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87828D is #787D72. Grayscale: #848484. Windows color (decimal): -7896435 or 9273991. OLE color: 9273991.

HSL color Cylindrical-coordinate representation of color #87828D: hue angle of 267.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87828D is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135130141-
CMYK0.040.0800.45
HSL267.27º4.6%53.14%-
HSV(B)267.27º7.8%55.29%-
XYZ22.7823.0428.45-
YUV132.75132.66129.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 141 (55.47% from 255) = 34.73%
R=33.25%
G=32.02%
B=34.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351301410.040.0800.45267.274.653.14
Hex87828D4802D10b535
Octal207202215410055413565
Binary10000111100000101000110110010000101101100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87828D; }

 p { color: rgb(135,130,141); }

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

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

 a { background-color: rgb(135,130,141); }

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

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

 span { border-color: rgb(135,130,141); }

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