#877C93

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

Shades of Topaz #877C93

Tints of Topaz #877C93

Color information

#877C93 (or 0x877C93) is unknown color: approx Topaz. HEX triplet: 87, 7C and 93. RGB value is (135,124,147). Sum of RGB (Red+Green+Blue) = 135+124+147=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #877C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C93 is #78836C. Grayscale: #818181. Windows color (decimal): -7897965 or 9665671. OLE color: 9665671.

HSL color Cylindrical-coordinate representation of color #877C93: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #877C93 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135124147-
CMYK0.080.1600.42
HSL268.7º9.62%53.14%-
HSV(B)268.7º15.65%57.65%-
XYZ22.4721.6730.6-
YUV129.91137.64131.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 124 (48.83% from 255) = 30.54%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=33.25%
G=30.54%
B=36.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351241470.080.1600.42268.79.6253.14
Hex877C9381002A10da35
Octal20717422310200524151265
Binary1000011111111001001001110001000001010101000011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877C93; }

 p { color: rgb(135,124,147); }

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

<style>
 a { background-color: #877C93; }

 a { background-color: rgb(135,124,147); }

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

<style>
 span { border-color: #877C93; }

 span { border-color: rgb(135,124,147); }

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