#877781

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

Shades of Taupe Grey #877781

Tints of Taupe Grey #877781

Color information

#877781 (or 0x877781) is unknown color: approx Taupe Grey. HEX triplet: 87, 77 and 81. RGB value is (135,119,129). Sum of RGB (Red+Green+Blue) = 135+119+129=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877781 is #78887E. Grayscale: #7C7C7C. Windows color (decimal): -7899263 or 8484743. OLE color: 8484743.

HSL color Cylindrical-coordinate representation of color #877781: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #877781 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB135119129-
CMYK00.120.040.47
HSL322.5º6.3%49.8%-
HSV(B)322.5º11.85%52.94%-
XYZ20.5519.9323.53-
YUV124.92130.3135.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=35.25%
G=31.07%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511912900.120.040.47322.56.349.8
Hex8777810C42F143632
Octal207167201014457503662
Binary1000011111101111000000101100100101111101000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877781; }

 p { color: rgb(135,119,129); }

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

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

 a { background-color: rgb(135,119,129); }

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

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

 span { border-color: rgb(135,119,129); }

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