Html Css Color HEX #888487 Taupe Grey

📋 copy color: '#888487'

red 136 ◦ green 132 ◦ blue 135

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

Shades of Taupe Grey #888487

Tints of Taupe Grey #888487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 33.75%
G = 32.75%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#888487 (or 0x888487) is known color: Taupe Grey. HEX triplet: 88, 84 and 87. RGB value is (136,132,135). Sum of RGB (Red+Green+Blue) = 136+132+135=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 136 - color contains mainly: red. Hex color #888487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888487 is #777B78. Grayscale: #858585. Windows color (decimal): -7830393 or 8881288. OLE color: 8881288.

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

Color convert

RGB 136 132 135 -
CMYK 0 0.03 0.01 0.47
HSL 315º 0.02% 0.53% -
HSV(B) 315º 0.03% 0.53% -
XYZ 22.78 23.49 26.25 -
YUV 133.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 136 132 135 0 0.03 0.01 0.47 315 0.02 0.53
Hex 88 84 87 0 3 1 2F 13B 2 35
Octal 210 204 207 0 3 1 57 473 2 65
Binary 10001000 10000100 10000111 0 11 1 101111 100111011 10 110101

Color Harmonies of #888487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888487

Black with #888487

Text Example


Text Example

White with #888487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888487; }

 p { color: rgb(136,132,135); }

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

background-color css

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

 a { background-color: rgb(136,132,135); }

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

border-color css

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

 span { border-color: rgb(136,132,135); }

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