#887683

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

Shades of Taupe Grey #887683

Tints of Taupe Grey #887683

Color information

#887683 (or 0x887683) is unknown color: approx Taupe Grey. HEX triplet: 88, 76 and 83. RGB value is (136,118,131). Sum of RGB (Red+Green+Blue) = 136+118+131=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 136 - color contains mainly: red. Hex color #887683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887683 is #77897C. Grayscale: #7C7C7C. Windows color (decimal): -7833981 or 8615560. OLE color: 8615560.

HSL color Cylindrical-coordinate representation of color #887683: hue angle of 316.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #887683 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB136118131-
CMYK00.130.040.47
HSL316.67º7.09%49.8%-
HSV(B)316.67º13.24%53.33%-
XYZ20.7319.8324.21-
YUV124.86131.46135.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.32%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=35.32%
G=30.65%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611813100.130.040.47316.677.0949.8
Hex8876830D42F13d732
Octal210166203015457475762
Binary1000100011101101000001101101100101111100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887683; }

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

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

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

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

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

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

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

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