#877C90

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

Shades of Topaz #877C90

Tints of Topaz #877C90

Color information

#877C90 (or 0x877C90) is unknown color: approx Topaz. HEX triplet: 87, 7C and 90. RGB value is (135,124,144). Sum of RGB (Red+Green+Blue) = 135+124+144=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #877C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C90 is #78836F. Grayscale: #818181. Windows color (decimal): -7897968 or 9469063. OLE color: 9469063.

HSL color Cylindrical-coordinate representation of color #877C90: hue angle of 273º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #877C90 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135124144-
CMYK0.060.1400.44
HSL273º8.26%52.55%-
HSV(B)273º13.89%56.47%-
XYZ22.2321.5829.38-
YUV129.57136.14131.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 124 (48.83% from 255) = 30.77%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=33.50%
G=30.77%
B=35.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351241440.060.1400.442738.2652.55
Hex877C906E02C111835
Octal2071742206160544211065
Binary10000111111110010010000110111001011001000100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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