Html Css Color HEX #8A8187 Taupe Grey

📋 copy color: '#8A8187'

red 138 ◦ green 129 ◦ blue 135

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

Shades of Taupe Grey #8A8187

Tints of Taupe Grey #8A8187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 34.33%
G = 32.09%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A8187 (or 0x8A8187) is known color: Taupe Grey. HEX triplet: 8A, 81 and 87. RGB value is (138,129,135). Sum of RGB (Red+Green+Blue) = 138+129+135=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8187 is #757E78. Grayscale: #848484. Windows color (decimal): -7700089 or 8880522. OLE color: 8880522.

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

Color convert

RGB 138 129 135 -
CMYK 0 0.07 0.02 0.46
HSL 320º 0.04% 0.52% -
HSV(B) 320º 0.07% 0.54% -
XYZ 22.7 22.85 26.14 -
YUV 132.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 138 129 135 0 0.07 0.02 0.46 320 0.04 0.52
Hex 8A 81 87 0 7 2 2E 140 4 34
Octal 212 201 207 0 7 2 56 500 4 64
Binary 10001010 10000001 10000111 0 111 10 101110 101000000 100 110100

Color Harmonies of #8A8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8187

Black with #8A8187

Text Example


Text Example

White with #8A8187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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