#8A808A

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

Shades of Taupe Grey #8A808A

Tints of Taupe Grey #8A808A

Color information

#8A808A (or 0x8A808A) is unknown color: approx Taupe Grey. HEX triplet: 8A, 80 and 8A. RGB value is (138,128,138). Sum of RGB (Red+Green+Blue) = 138+128+138=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A808A is #757F75. Grayscale: #848484. Windows color (decimal): -7700342 or 9076874. OLE color: 9076874.

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

Color convert

RGB138128138-
CMYK00.0700.46
HSL300º4.1%52.16%-
HSV(B)300º7.25%54.12%-
XYZ22.7922.6827.22-
YUV132.13131.31132.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=34.16%
G=31.68%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13812813800.0700.463004.152.16
Hex8A808A0702E12c434
Octal21220021207056454464
Binary10001010100000001000101001110101110100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,138); }

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

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

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

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

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

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

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