Html Css Color HEX #8C7F86 Taupe Grey

📋 copy color: '#8C7F86'

red 140 ◦ green 127 ◦ blue 134

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

Shades of Taupe Grey #8C7F86

Tints of Taupe Grey #8C7F86

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 34.91%
G = 31.67%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C7F86 (or 0x8C7F86) is known color: Taupe Grey. HEX triplet: 8C, 7F and 86. RGB value is (140,127,134). Sum of RGB (Red+Green+Blue) = 140+127+134=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F86 is #738079. Grayscale: #838383. Windows color (decimal): -7569530 or 8814476. OLE color: 8814476.

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

Color convert

RGB 140 127 134 -
CMYK 0 0.09 0.04 0.45
HSL 327.69º 0.05% 0.52% -
HSV(B) 327.69º 0.09% 0.55% -
XYZ 22.71 22.48 25.7 -
YUV 131.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 140 127 134 0 0.09 0.04 0.45 327.69 0.05 0.52
Hex 8C 7F 86 0 9 4 2D 148 5 34
Octal 214 177 206 0 11 4 55 510 5 64
Binary 10001100 1111111 10000110 0 1001 100 101101 101001000 101 110100

Color Harmonies of #8C7F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F86

Black with #8C7F86

Text Example


Text Example

White with #8C7F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,134); }

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

background-color css

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

 a { background-color: rgb(140,127,134); }

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

border-color css

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

 span { border-color: rgb(140,127,134); }

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