Html Css Color HEX #887E85 Taupe Grey

📋 copy color: '#887E85'

red 136 ◦ green 126 ◦ blue 133

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

Shades of Taupe Grey #887E85

Tints of Taupe Grey #887E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 34.43%
G = 31.9%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#887E85 (or 0x887E85) is known color: Taupe Grey. HEX triplet: 88, 7E and 85. RGB value is (136,126,133). Sum of RGB (Red+Green+Blue) = 136+126+133=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 136 - color contains mainly: red. Hex color #887E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E85 is #77817A. Grayscale: #818181. Windows color (decimal): -7831931 or 8748680. OLE color: 8748680.

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

Color convert

RGB 136 126 133 -
CMYK 0 0.07 0.02 0.47
HSL 318º 0.04% 0.51% -
HSV(B) 318º 0.07% 0.53% -
XYZ 21.85 21.85 25.26 -
YUV 129.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 136 126 133 0 0.07 0.02 0.47 318 0.04 0.51
Hex 88 7E 85 0 7 2 2F 13E 4 33
Octal 210 176 205 0 7 2 57 476 4 63
Binary 10001000 1111110 10000101 0 111 10 101111 100111110 100 110011

Color Harmonies of #887E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E85

Black with #887E85

Text Example


Text Example

White with #887E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887E85; }

 p { color: rgb(136,126,133); }

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

background-color css

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

 a { background-color: rgb(136,126,133); }

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

border-color css

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

 span { border-color: rgb(136,126,133); }

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