#87818E

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

Shades of Topaz #87818E

Tints of Topaz #87818E

Color information

#87818E (or 0x87818E) is unknown color: approx Topaz. HEX triplet: 87, 81 and 8E. RGB value is (135,129,142). Sum of RGB (Red+Green+Blue) = 135+129+142=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 142 - color contains mainly: blue. Hex color #87818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87818E is #787E71. Grayscale: #848484. Windows color (decimal): -7896690 or 9339271. OLE color: 9339271.

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

Color convert

RGB135129142-
CMYK0.050.0900.44
HSL267.69º5.44%53.14%-
HSV(B)267.69º9.15%55.69%-
XYZ22.7222.828.8-
YUV132.28133.49129.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=33.25%
G=31.77%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351291420.050.0900.44267.695.4453.14
Hex87818E5902C10c535
Octal207201216511054414565
Binary10000111100000011000111010110010101100100001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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