#877C8C

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

Shades of Topaz #877C8C

Tints of Topaz #877C8C

Color information

#877C8C (or 0x877C8C) is unknown color: approx Topaz. HEX triplet: 87, 7C and 8C. RGB value is (135,124,140). Sum of RGB (Red+Green+Blue) = 135+124+140=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 140 - color contains mainly: blue. Hex color #877C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C8C is #788373. Grayscale: #818181. Windows color (decimal): -7897972 or 9206919. OLE color: 9206919.

HSL color Cylindrical-coordinate representation of color #877C8C: hue angle of 281.25º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #877C8C is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB135124140-
CMYK0.040.1100.45
HSL281.25º6.5%51.76%-
HSV(B)281.25º11.43%54.9%-
XYZ21.9321.4627.8-
YUV129.11134.14132.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=33.83%
G=31.08%
B=35.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351241400.040.1100.45281.256.551.76
Hex877C8C4B02D119734
Octal207174214413055431764
Binary1000011111111001000110010010110101101100011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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