#87748E

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

Shades of Topaz #87748E

Tints of Topaz #87748E

Color information

#87748E (or 0x87748E) is unknown color: approx Topaz. HEX triplet: 87, 74 and 8E. RGB value is (135,116,142). Sum of RGB (Red+Green+Blue) = 135+116+142=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #87748E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748E is #788B71. Grayscale: #7C7C7C. Windows color (decimal): -7900018 or 9335943. OLE color: 9335943.

HSL color Cylindrical-coordinate representation of color #87748E: hue angle of 283.85º 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 #87748E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135116142-
CMYK0.050.1800.44
HSL283.85º10.32%50.59%-
HSV(B)283.85º18.31%55.69%-
XYZ21.1219.5928.26-
YUV124.64137.79135.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=34.35%
G=29.52%
B=36.13%

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
Decimal1351161420.050.1800.44283.8510.3250.59
Hex87748E51202C11ca33
Octal2071642165220544341263
Binary100001111110100100011101011001001011001000111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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