#877A84

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

Shades of Taupe Grey #877A84

Tints of Taupe Grey #877A84

Color information

#877A84 (or 0x877A84) is unknown color: approx Taupe Grey. HEX triplet: 87, 7A and 84. RGB value is (135,122,132). Sum of RGB (Red+Green+Blue) = 135+122+132=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 135 - color contains mainly: red. Hex color #877A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A84 is #78857B. Grayscale: #7E7E7E. Windows color (decimal): -7898492 or 8682119. OLE color: 8682119.

HSL color Cylindrical-coordinate representation of color #877A84: hue angle of 313.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #877A84 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB135122132-
CMYK00.100.020.47
HSL313.85º5.14%50.39%-
HSV(B)313.85º9.63%52.94%-
XYZ21.1220.7424.72-
YUV127.03130.81133.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.70%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=34.70%
G=31.36%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512213200.100.020.47313.855.1450.39
Hex877A840A22F13a532
Octal207172204012257472562
Binary100001111111010100001000101010101111100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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