#887985

Color #887985 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #887985

Tints of Taupe Grey #887985

Color information

#887985 (or 0x887985) is unknown color: approx Taupe Grey. HEX triplet: 88, 79 and 85. RGB value is (136,121,133). Sum of RGB (Red+Green+Blue) = 136+121+133=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 136 - color contains mainly: red. Hex color #887985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887985 is #77867A. Grayscale: #7E7E7E. Windows color (decimal): -7833211 or 8747400. OLE color: 8747400.

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

Color convert

RGB136121133-
CMYK00.110.020.47
HSL312º5.93%50.39%-
HSV(B)312º11.03%53.33%-
XYZ21.2220.625.05-
YUV126.85131.47134.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=34.87%
G=31.03%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612113300.110.020.473125.9350.39
Hex8879850B22F138632
Octal210171205013257470662
Binary100010001111001100001010101110101111100111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887985; }

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

 H1.HeaderClassName
 {
   color: #887985;
 }
 .AnyTagClassName
 {
   color: #887985;
 }
</style>
background-color css

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

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

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

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

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

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