Html Css Color HEX #8C7E87 Taupe Grey

📋 copy color: '#8C7E87'

red 140 ◦ green 126 ◦ blue 135

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

Shades of Taupe Grey #8C7E87

Tints of Taupe Grey #8C7E87

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

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

R = 34.91%
G = 31.42%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C7E87 (or 0x8C7E87) is known color: Taupe Grey. HEX triplet: 8C, 7E and 87. RGB value is (140,126,135). Sum of RGB (Red+Green+Blue) = 140+126+135=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E87 is #738178. Grayscale: #838383. Windows color (decimal): -7569785 or 8879756. OLE color: 8879756.

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

Color convert

RGB 140 126 135 -
CMYK 0 0.10 0.04 0.45
HSL 321.43º 0.06% 0.52% -
HSV(B) 321.43º 0.1% 0.55% -
XYZ 22.65 22.25 26.02 -
YUV 131.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 140 126 135 0 0.10 0.04 0.45 321.43 0.06 0.52
Hex 8C 7E 87 0 A 4 2D 141 6 34
Octal 214 176 207 0 12 4 55 501 6 64
Binary 10001100 1111110 10000111 0 1010 100 101101 101000001 110 110100

Color Harmonies of #8C7E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E87

Black with #8C7E87

Text Example


Text Example

White with #8C7E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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