Html Css Color HEX #877881 Taupe Grey

📋 copy color: '#877881'

red 135 ◦ green 120 ◦ blue 129

#877881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #877881

Tints of Taupe Grey #877881

RGB

 RED value IS 135 (53.13% from 255) = 35.16%

 GREEN value IS 120 (47.27% from 255) = 31.25%

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 35.16%
G = 31.25%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#877881 (or 0x877881) is known color: Taupe Grey. HEX triplet: 87, 78 and 81. RGB value is (135,120,129). Sum of RGB (Red+Green+Blue) = 135+120+129=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 135 - color contains mainly: red. Hex color #877881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877881 is #78877E. Grayscale: #7D7D7D. Windows color (decimal): -7899007 or 8484999. OLE color: 8484999.

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

Color convert

RGB 135 120 129 -
CMYK 0 0.11 0.04 0.47
HSL 324º 0.06% 0.5% -
HSV(B) 324º 0.11% 0.53% -
XYZ 20.67 20.17 23.57 -
YUV 125.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 135 120 129 0 0.11 0.04 0.47 324 0.06 0.5
Hex 87 78 81 0 B 4 2F 144 6 32
Octal 207 170 201 0 13 4 57 504 6 62
Binary 10000111 1111000 10000001 0 1011 100 101111 101000100 110 110010

Color Harmonies of #877881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877881

Black with #877881

Text Example


Text Example

White with #877881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877881; }

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

 H1.HeaderClassName
 {
   color: #877881;
 }
 .AnyTagClassName
 {
   color: #877881;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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