#887784

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

Shades of Taupe Grey #887784

Tints of Taupe Grey #887784

Color information

#887784 (or 0x887784) is unknown color: approx Taupe Grey. HEX triplet: 88, 77 and 84. RGB value is (136,119,132). Sum of RGB (Red+Green+Blue) = 136+119+132=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887784 is #77887B. Grayscale: #7D7D7D. Windows color (decimal): -7833724 or 8681352. OLE color: 8681352.

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

Color convert

RGB136119132-
CMYK00.120.030.47
HSL314.12º6.67%50%-
HSV(B)314.12º12.5%53.33%-
XYZ20.9220.0924.61-
YUV125.56131.63135.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=35.14%
G=30.75%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611913200.120.030.47314.126.6750
Hex8877840C32F13a732
Octal210167204014357472762
Binary100010001110111100001000110011101111100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887784; }

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

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

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

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

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

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

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

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