#8A7A85

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

Shades of Taupe Grey #8A7A85

Tints of Taupe Grey #8A7A85

Color information

#8A7A85 (or 0x8A7A85) is unknown color: approx Taupe Grey. HEX triplet: 8A, 7A and 85. RGB value is (138,122,133). Sum of RGB (Red+Green+Blue) = 138+122+133=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A85 is #75857A. Grayscale: #808080. Windows color (decimal): -7701883 or 8747658. OLE color: 8747658.

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

Color convert

RGB138122133-
CMYK00.120.040.46
HSL318.75º6.4%50.98%-
HSV(B)318.75º11.59%54.12%-
XYZ21.6721.0225.1-
YUV128.04130.8135.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=35.11%
G=31.04%
B=33.84%

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
Decimal13812213300.120.040.46318.756.450.98
Hex8A7A850C42E13f633
Octal212172205014456477663
Binary1000101011110101000010101100100101110100111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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