#877A83

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

Shades of Taupe Grey #877A83

Tints of Taupe Grey #877A83

Color information

#877A83 (or 0x877A83) is unknown color: approx Taupe Grey. HEX triplet: 87, 7A and 83. RGB value is (135,122,131). Sum of RGB (Red+Green+Blue) = 135+122+131=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 135 - color contains mainly: red. Hex color #877A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877A83 is #78857C. Grayscale: #7E7E7E. Windows color (decimal): -7898493 or 8616583. OLE color: 8616583.

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

Color convert

RGB135122131-
CMYK00.100.030.47
HSL318.46º5.14%50.39%-
HSV(B)318.46º9.63%52.94%-
XYZ21.0520.7124.36-
YUV126.91130.31133.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=34.79%
G=31.44%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512213100.100.030.47318.465.1450.39
Hex877A830A32F13e532
Octal207172203012357476562
Binary100001111111010100000110101011101111100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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