#877C83

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

Shades of Taupe Grey #877C83

Tints of Taupe Grey #877C83

Color information

#877C83 (or 0x877C83) is unknown color: approx Taupe Grey. HEX triplet: 87, 7C and 83. RGB value is (135,124,131). Sum of RGB (Red+Green+Blue) = 135+124+131=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 135 - color contains mainly: red. Hex color #877C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877C83 is #78837C. Grayscale: #808080. Windows color (decimal): -7897981 or 8617095. OLE color: 8617095.

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

Color convert

RGB135124131-
CMYK00.080.030.47
HSL321.82º4.38%50.78%-
HSV(B)321.82º8.15%52.94%-
XYZ21.321.224.44-
YUV128.09129.64132.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.62%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=34.62%
G=31.79%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512413100.080.030.47321.824.3850.78
Hex877C830832F142433
Octal207174203010357502463
Binary100001111111100100000110100011101111101000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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