#87818C

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

Shades of Topaz #87818C

Tints of Topaz #87818C

Color information

#87818C (or 0x87818C) is unknown color: approx Topaz. HEX triplet: 87, 81 and 8C. RGB value is (135,129,140). Sum of RGB (Red+Green+Blue) = 135+129+140=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #87818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87818C is #787E73. Grayscale: #848484. Windows color (decimal): -7896692 or 9208199. OLE color: 9208199.

HSL color Cylindrical-coordinate representation of color #87818C: hue angle of 272.73º 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 #87818C is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135129140-
CMYK0.040.0800.45
HSL272.73º4.56%52.75%-
HSV(B)272.73º7.86%54.9%-
XYZ22.5822.7428.01-
YUV132.05132.49130.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=33.42%
G=31.93%
B=34.65%

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
Decimal1351291400.040.0800.45272.734.5652.75
Hex87818C4802D111535
Octal207201214410055421565
Binary10000111100000011000110010010000101101100010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87818C; }

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

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

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

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

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

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

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

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