#87808F

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

Shades of Topaz #87808F

Tints of Topaz #87808F

Color information

#87808F (or 0x87808F) is unknown color: approx Topaz. HEX triplet: 87, 80 and 8F. RGB value is (135,128,143). Sum of RGB (Red+Green+Blue) = 135+128+143=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 143 - color contains mainly: blue. Hex color #87808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87808F is #787F70. Grayscale: #838383. Windows color (decimal): -7896945 or 9404551. OLE color: 9404551.

HSL color Cylindrical-coordinate representation of color #87808F: hue angle of 268º 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 #87808F is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135128143-
CMYK0.060.1000.44
HSL268º6.28%53.14%-
HSV(B)268º10.49%56.08%-
XYZ22.6722.5729.15-
YUV131.8134.32130.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=33.25%
G=31.53%
B=35.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351281430.060.1000.442686.2853.14
Hex87808F6A02C10c635
Octal207200217612054414665
Binary10000111100000001000111111010100101100100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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