#87818F

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

Shades of Topaz #87818F

Tints of Topaz #87818F

Color information

#87818F (or 0x87818F) is unknown color: approx Topaz. HEX triplet: 87, 81 and 8F. RGB value is (135,129,143). Sum of RGB (Red+Green+Blue) = 135+129+143=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 143 - color contains mainly: blue. Hex color #87818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87818F is #787E70. Grayscale: #848484. Windows color (decimal): -7896689 or 9404807. OLE color: 9404807.

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

Color convert

RGB135129143-
CMYK0.060.1000.44
HSL265.71º5.88%53.33%-
HSV(B)265.71º9.79%56.08%-
XYZ22.822.8329.19-
YUV132.39133.99129.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=33.17%
G=31.70%
B=35.14%

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
Decimal1351291430.060.1000.44265.715.8853.33
Hex87818F6A02C10a635
Octal207201217612054412665
Binary10000111100000011000111111010100101100100001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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