#877C7C

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

Shades of Grey #877C7C

Tints of Grey #877C7C

Color information

#877C7C (or 0x877C7C) is unknown color: approx Grey. HEX triplet: 87, 7C and 7C. RGB value is (135,124,124). Sum of RGB (Red+Green+Blue) = 135+124+124=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C7C is #788383. Grayscale: #7F7F7F. Windows color (decimal): -7897988 or 8158343. OLE color: 8158343.

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

Color convert

RGB135124124-
CMYK00.080.080.47
HSL4.38%50.78%-
HSV(B)8.15%52.94%-
XYZ20.8421.0222.03-
YUV127.29126.14133.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=35.25%
G=32.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512412400.080.080.4704.3850.78
Hex877C7C0882F0433
Octal20717417401010570463
Binary10000111111110011111000100010001011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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