#8A7C88

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

Shades of Taupe Grey #8A7C88

Tints of Taupe Grey #8A7C88

Color information

#8A7C88 (or 0x8A7C88) is unknown color: approx Taupe Grey. HEX triplet: 8A, 7C and 88. RGB value is (138,124,136). Sum of RGB (Red+Green+Blue) = 138+124+136=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7C88 is #758377. Grayscale: #818181. Windows color (decimal): -7701368 or 8944778. OLE color: 8944778.

HSL color Cylindrical-coordinate representation of color #8A7C88: hue angle of 308.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A7C88 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB138124136-
CMYK00.100.010.46
HSL308.57º5.65%51.37%-
HSV(B)308.57º10.14%54.12%-
XYZ22.1321.626.29-
YUV129.55131.64134.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 136 (53.52% from 255) = 34.17%
R=34.67%
G=31.16%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812413600.100.010.46308.575.6551.37
Hex8A7C880A12E135633
Octal212174210012156465663
Binary10001010111110010001000010101101110100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7C88; }

 p { color: rgb(138,124,136); }

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

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

 a { background-color: rgb(138,124,136); }

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

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

 span { border-color: rgb(138,124,136); }

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