#877E93

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

Shades of Topaz #877E93

Tints of Topaz #877E93

Color information

#877E93 (or 0x877E93) is unknown color: approx Topaz. HEX triplet: 87, 7E and 93. RGB value is (135,126,147). Sum of RGB (Red+Green+Blue) = 135+126+147=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #877E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877E93 is #78816C. Grayscale: #838383. Windows color (decimal): -7897453 or 9666183. OLE color: 9666183.

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

Color convert

RGB135126147-
CMYK0.080.1400.42
HSL265.71º8.86%53.53%-
HSV(B)265.71º14.29%57.65%-
XYZ22.7222.1830.69-
YUV131.08136.98130.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=33.09%
G=30.88%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351261470.080.1400.42265.718.8653.53
Hex877E938E02A10a936
Octal20717622310160524121166
Binary100001111111110100100111000111001010101000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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