Html Css Color HEX #8E788E Taupe Grey

📋 copy color: '#8E788E'

red 142 ◦ green 120 ◦ blue 142

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

Shades of Taupe Grey #8E788E

Tints of Taupe Grey #8E788E

RGB

 RED value IS 142 (55.86% from 255) = 35.15%

 GREEN value IS 120 (47.27% from 255) = 29.7%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 35.15%
G = 29.7%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E788E (or 0x8E788E) is known color: Taupe Grey. HEX triplet: 8E, 78 and 8E. RGB value is (142,120,142). Sum of RGB (Red+Green+Blue) = 142+120+142=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E788E is #718771. Grayscale: #818181. Windows color (decimal): -7440242 or 9336974. OLE color: 9336974.

HSL color Cylindrical-coordinate representation of color #8E788E: hue angle of 300º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E788E is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 120 142 -
CMYK 0 0.15 0 0.44
HSL 300º 0.09% 0.51% -
HSV(B) 300º 0.15% 0.56% -
XYZ 22.75 21.14 28.47 -
YUV 129.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 142 120 142 0 0.15 0 0.44 300 0.09 0.51
Hex 8E 78 8E 0 F 0 2C 12C 9 33
Octal 216 170 216 0 17 0 54 454 11 63
Binary 10001110 1111000 10001110 0 1111 0 101100 100101100 1001 110011

Color Harmonies of #8E788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E788E

Black with #8E788E

Text Example


Text Example

White with #8E788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,120,142); }

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

background-color css

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

 a { background-color: rgb(142,120,142); }

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

border-color css

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

 span { border-color: rgb(142,120,142); }

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