Html Css Color HEX #8C8187 Taupe Grey

📋 copy color: '#8C8187'

red 140 ◦ green 129 ◦ blue 135

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

Shades of Taupe Grey #8C8187

Tints of Taupe Grey #8C8187

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

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

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

R = 34.65%
G = 31.93%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C8187 (or 0x8C8187) is known color: Taupe Grey. HEX triplet: 8C, 81 and 87. RGB value is (140,129,135). Sum of RGB (Red+Green+Blue) = 140+129+135=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8187 is #737E78. Grayscale: #848484. Windows color (decimal): -7569017 or 8880524. OLE color: 8880524.

HSL color Cylindrical-coordinate representation of color #8C8187: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8187 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 135 -
CMYK 0 0.08 0.04 0.45
HSL 327.27º 0.05% 0.53% -
HSV(B) 327.27º 0.08% 0.55% -
XYZ 23.04 23.03 26.15 -
YUV 132.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 140 129 135 0 0.08 0.04 0.45 327.27 0.05 0.53
Hex 8C 81 87 0 8 4 2D 147 5 35
Octal 214 201 207 0 10 4 55 507 5 65
Binary 10001100 10000001 10000111 0 1000 100 101101 101000111 101 110101

Color Harmonies of #8C8187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8187

Black with #8C8187

Text Example


Text Example

White with #8C8187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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