Html Css Color HEX #887984 Taupe Grey

📋 copy color: '#887984'

red 136 ◦ green 121 ◦ blue 132

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

Shades of Taupe Grey #887984

Tints of Taupe Grey #887984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 34.96%
G = 31.11%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#887984 (or 0x887984) is known color: Taupe Grey. HEX triplet: 88, 79 and 84. RGB value is (136,121,132). Sum of RGB (Red+Green+Blue) = 136+121+132=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #887984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887984 is #77867B. Grayscale: #7E7E7E. Windows color (decimal): -7833212 or 8681864. OLE color: 8681864.

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

Color convert

RGB 136 121 132 -
CMYK 0 0.11 0.03 0.47
HSL 316º 0.06% 0.5% -
HSV(B) 316º 0.11% 0.53% -
XYZ 21.16 20.57 24.69 -
YUV 126.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 136 121 132 0 0.11 0.03 0.47 316 0.06 0.5
Hex 88 79 84 0 B 3 2F 13C 6 32
Octal 210 171 204 0 13 3 57 474 6 62
Binary 10001000 1111001 10000100 0 1011 11 101111 100111100 110 110010

Color Harmonies of #887984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887984

Black with #887984

Text Example


Text Example

White with #887984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887984; }

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

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

background-color css

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

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

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

border-color css

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

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

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