#87758D

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

Shades of Topaz #87758D

Tints of Topaz #87758D

Color information

#87758D (or 0x87758D) is unknown color: approx Topaz. HEX triplet: 87, 75 and 8D. RGB value is (135,117,141). Sum of RGB (Red+Green+Blue) = 135+117+141=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #87758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87758D is #788A72. Grayscale: #7D7D7D. Windows color (decimal): -7899763 or 9270663. OLE color: 9270663.

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

Color convert

RGB135117141-
CMYK0.040.1700.45
HSL285º9.52%50.59%-
HSV(B)285º17.02%55.29%-
XYZ21.1619.827.91-
YUV125.12136.96135.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=34.35%
G=29.77%
B=35.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351171410.040.1700.452859.5250.59
Hex87758D41102D11da33
Octal2071652154210554351263
Binary100001111110101100011011001000101011011000111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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