Html Css Color HEX #8C7787 Taupe Grey

📋 copy color: '#8C7787'

red 140 ◦ green 119 ◦ blue 135

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

Shades of Taupe Grey #8C7787

Tints of Taupe Grey #8C7787

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

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

R = 35.53%
G = 30.2%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C7787 (or 0x8C7787) is known color: Taupe Grey. HEX triplet: 8C, 77 and 87. RGB value is (140,119,135). Sum of RGB (Red+Green+Blue) = 140+119+135=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7787 is #738878. Grayscale: #7F7F7F. Windows color (decimal): -7571577 or 8877964. OLE color: 8877964.

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

Color convert

RGB 140 119 135 -
CMYK 0 0.15 0.04 0.45
HSL 314.29º 0.08% 0.51% -
HSV(B) 314.29º 0.15% 0.55% -
XYZ 21.79 20.52 25.73 -
YUV 127.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 140 119 135 0 0.15 0.04 0.45 314.29 0.08 0.51
Hex 8C 77 87 0 F 4 2D 13A 8 33
Octal 214 167 207 0 17 4 55 472 10 63
Binary 10001100 1110111 10000111 0 1111 100 101101 100111010 1000 110011

Color Harmonies of #8C7787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7787

Black with #8C7787

Text Example


Text Example

White with #8C7787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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