Html Css Color HEX #887881 Taupe Grey

📋 copy color: '#887881'

red 136 ◦ green 120 ◦ blue 129

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

Shades of Taupe Grey #887881

Tints of Taupe Grey #887881

RGB

 RED value IS 136 (53.52% from 255) = 35.32%

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

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

R = 35.32%
G = 31.17%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#887881 (or 0x887881) is known color: Taupe Grey. HEX triplet: 88, 78 and 81. RGB value is (136,120,129). Sum of RGB (Red+Green+Blue) = 136+120+129=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887881 is #77877E. Grayscale: #7D7D7D. Windows color (decimal): -7833471 or 8485000. OLE color: 8485000.

HSL color Cylindrical-coordinate representation of color #887881: hue angle of 326.25º 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 #887881 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 120 129 -
CMYK 0 0.12 0.05 0.47
HSL 326.25º 0.06% 0.5% -
HSV(B) 326.25º 0.12% 0.53% -
XYZ 20.83 20.25 23.58 -
YUV 125.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 136 120 129 0 0.12 0.05 0.47 326.25 0.06 0.5
Hex 88 78 81 0 C 5 2F 146 6 32
Octal 210 170 201 0 14 5 57 506 6 62
Binary 10001000 1111000 10000001 0 1100 101 101111 101000110 110 110010

Color Harmonies of #887881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887881

Black with #887881

Text Example


Text Example

White with #887881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887881; }

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

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

background-color css

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

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

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

border-color css

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

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

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