#877D84

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

Shades of Taupe Grey #877D84

Tints of Taupe Grey #877D84

Color information

#877D84 (or 0x877D84) is unknown color: approx Taupe Grey. HEX triplet: 87, 7D and 84. RGB value is (135,125,132). Sum of RGB (Red+Green+Blue) = 135+125+132=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 135 - color contains mainly: red. Hex color #877D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D84 is #78827B. Grayscale: #808080. Windows color (decimal): -7897724 or 8682887. OLE color: 8682887.

HSL color Cylindrical-coordinate representation of color #877D84: hue angle of 318º 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 #877D84 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB135125132-
CMYK00.070.020.47
HSL318º4%50.98%-
HSV(B)318º7.41%52.94%-
XYZ21.4921.4824.84-
YUV128.79129.81132.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=34.44%
G=31.89%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512513200.070.020.47318450.98
Hex877D840722F13e433
Octal20717520407257476463
Binary10000111111110110000100011110101111100111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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