#87758E

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

Shades of Topaz #87758E

Tints of Topaz #87758E

Color information

#87758E (or 0x87758E) is unknown color: approx Topaz. HEX triplet: 87, 75 and 8E. RGB value is (135,117,142). Sum of RGB (Red+Green+Blue) = 135+117+142=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #87758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87758E is #788A71. Grayscale: #7D7D7D. Windows color (decimal): -7899762 or 9336199. OLE color: 9336199.

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

Color convert

RGB135117142-
CMYK0.050.1800.44
HSL283.2º9.96%50.78%-
HSV(B)283.2º17.61%55.69%-
XYZ21.2419.8328.3-
YUV125.23137.46134.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=34.26%
G=29.70%
B=36.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351171420.050.1800.44283.29.9650.78
Hex87758E51202C11ba33
Octal2071652165220544331263
Binary100001111110101100011101011001001011001000110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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