#877E7D

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

Shades of Grey #877E7D

Tints of Grey #877E7D

Color information

#877E7D (or 0x877E7D) is unknown color: approx Grey. HEX triplet: 87, 7E and 7D. RGB value is (135,126,125). Sum of RGB (Red+Green+Blue) = 135+126+125=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877E7D is #788182. Grayscale: #808080. Windows color (decimal): -7897475 or 8224391. OLE color: 8224391.

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

Color convert

RGB135126125-
CMYK00.070.070.47
HSL4%50.98%-
HSV(B)7.41%52.94%-
XYZ21.1521.5522.45-
YUV128.58125.98132.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 125 (49.22% from 255) = 32.38%
R=34.97%
G=32.64%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512612500.070.070.476450.98
Hex877E7D0772F6433
Octal207176175077576463
Binary10000111111111011111010111111101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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