#877983

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

Shades of Taupe Grey #877983

Tints of Taupe Grey #877983

Color information

#877983 (or 0x877983) is unknown color: approx Taupe Grey. HEX triplet: 87, 79 and 83. RGB value is (135,121,131). Sum of RGB (Red+Green+Blue) = 135+121+131=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877983 is #78867C. Grayscale: #7E7E7E. Windows color (decimal): -7898749 or 8616327. OLE color: 8616327.

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

Color convert

RGB135121131-
CMYK00.100.030.47
HSL317.14º5.51%50.2%-
HSV(B)317.14º10.37%52.94%-
XYZ20.9320.4624.32-
YUV126.33130.64134.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=34.88%
G=31.27%
B=33.85%

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
Decimal13512113100.100.030.47317.145.5150.2
Hex8779830A32F13d632
Octal207171203012357475662
Binary100001111111001100000110101011101111100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877983; }

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

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

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

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

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

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

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

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