#877F7F

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

Shades of Grey #877F7F

Tints of Grey #877F7F

Color information

#877F7F (or 0x877F7F) is unknown color: approx Grey. HEX triplet: 87, 7F and 7F. RGB value is (135,127,127). Sum of RGB (Red+Green+Blue) = 135+127+127=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F7F is #788080. Grayscale: #818181. Windows color (decimal): -7897217 or 8355719. OLE color: 8355719.

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

Color convert

RGB135127127-
CMYK00.060.060.47
HSL3.23%51.37%-
HSV(B)5.93%52.94%-
XYZ21.4121.8623.17-
YUV129.39126.65132-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 127 (50% from 255) = 32.65%
R=34.70%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512712700.060.060.4703.2351.37
Hex877F7F0662F0333
Octal207177177066570363
Binary10000111111111111111110110110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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