#887885

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

Shades of Taupe Grey #887885

Tints of Taupe Grey #887885

Color information

#887885 (or 0x887885) is unknown color: approx Taupe Grey. HEX triplet: 88, 78 and 85. RGB value is (136,120,133). Sum of RGB (Red+Green+Blue) = 136+120+133=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 136 - color contains mainly: red. Hex color #887885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887885 is #77877A. Grayscale: #7E7E7E. Windows color (decimal): -7833467 or 8747144. OLE color: 8747144.

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

Color convert

RGB136120133-
CMYK00.120.020.47
HSL311.25º6.3%50.2%-
HSV(B)311.25º11.76%53.33%-
XYZ21.120.3625.01-
YUV126.27131.8134.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=34.96%
G=30.85%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612013300.120.020.47311.256.350.2
Hex8878850C22F137632
Octal210170205014257467662
Binary100010001111000100001010110010101111100110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887885; }

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

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

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

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

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

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

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

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