#887883

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

Shades of Taupe Grey #887883

Tints of Taupe Grey #887883

Color information

#887883 (or 0x887883) is unknown color: approx Taupe Grey. HEX triplet: 88, 78 and 83. RGB value is (136,120,131). Sum of RGB (Red+Green+Blue) = 136+120+131=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887883 is #77877C. Grayscale: #7E7E7E. Windows color (decimal): -7833469 or 8616072. OLE color: 8616072.

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

Color convert

RGB136120131-
CMYK00.120.040.47
HSL318.75º6.3%50.2%-
HSV(B)318.75º11.76%53.33%-
XYZ20.9720.3124.29-
YUV126.04130.8135.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=35.14%
G=31.01%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612013100.120.040.47318.756.350.2
Hex8878830C42F13f632
Octal210170203014457477662
Binary1000100011110001000001101100100101111100111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887883; }

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

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

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

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

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

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

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

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