Html Css Color HEX #8A8287 Taupe Grey

📋 copy color: '#8A8287'

red 138 ◦ green 130 ◦ blue 135

#8A8287
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe Grey #8A8287

Tints of Taupe Grey #8A8287

RGB

 RED value IS 138 (54.3% from 255) = 34.24%

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 135 (53.13% from 255) = 33.5%

R = 34.24%
G = 32.26%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A8287 (or 0x8A8287) is known color: Taupe Grey. HEX triplet: 8A, 82 and 87. RGB value is (138,130,135). Sum of RGB (Red+Green+Blue) = 138+130+135=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8287 is #757D78. Grayscale: #848484. Windows color (decimal): -7699833 or 8880778. OLE color: 8880778.

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

Color convert

RGB 138 130 135 -
CMYK 0 0.06 0.02 0.46
HSL 322.5º 0.03% 0.53% -
HSV(B) 322.5º 0.06% 0.54% -
XYZ 22.84 23.12 26.18 -
YUV 132.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 138 130 135 0 0.06 0.02 0.46 322.5 0.03 0.53
Hex 8A 82 87 0 6 2 2E 142 3 35
Octal 212 202 207 0 6 2 56 502 3 65
Binary 10001010 10000010 10000111 0 110 10 101110 101000010 11 110101

Color Harmonies of #8A8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8287

Black with #8A8287

Text Example


Text Example

White with #8A8287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,130,135); }

 H1.HeaderClassName
 {
   color: #8A8287;
 }
 .AnyTagClassName
 {
   color: #8A8287;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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