#877D83

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

Shades of Taupe Grey #877D83

Tints of Taupe Grey #877D83

Color information

#877D83 (or 0x877D83) is unknown color: approx Taupe Grey. HEX triplet: 87, 7D and 83. RGB value is (135,125,131). Sum of RGB (Red+Green+Blue) = 135+125+131=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 135 - color contains mainly: red. Hex color #877D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877D83 is #78827C. Grayscale: #808080. Windows color (decimal): -7897725 or 8617351. OLE color: 8617351.

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

Color convert

RGB135125131-
CMYK00.070.030.47
HSL324º4%50.98%-
HSV(B)324º7.41%52.94%-
XYZ21.4221.4624.49-
YUV128.67129.31132.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=34.53%
G=31.97%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512513100.070.030.47324450.98
Hex877D830732F144433
Octal20717520307357504463
Binary10000111111110110000011011111101111101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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