#8A7A84

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

Shades of Taupe Grey #8A7A84

Tints of Taupe Grey #8A7A84

Color information

#8A7A84 (or 0x8A7A84) is unknown color: approx Taupe Grey. HEX triplet: 8A, 7A and 84. RGB value is (138,122,132). Sum of RGB (Red+Green+Blue) = 138+122+132=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A84 is #75857B. Grayscale: #7F7F7F. Windows color (decimal): -7701884 or 8682122. OLE color: 8682122.

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

Color convert

RGB138122132-
CMYK00.120.040.46
HSL322.5º6.4%50.98%-
HSV(B)322.5º11.59%54.12%-
XYZ21.6120.9924.74-
YUV127.92130.3135.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=35.20%
G=31.12%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812213200.120.040.46322.56.450.98
Hex8A7A840C42E143633
Octal212172204014456503663
Binary1000101011110101000010001100100101110101000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,122,132); }

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

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

 a { background-color: rgb(138,122,132); }

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

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

 span { border-color: rgb(138,122,132); }

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