Html Css Color HEX #8E768D Taupe Grey

📋 copy color: '#8E768D'

red 142 ◦ green 118 ◦ blue 141

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

Shades of Taupe Grey #8E768D

Tints of Taupe Grey #8E768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 35.41%
G = 29.43%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E768D (or 0x8E768D) is known color: Taupe Grey. HEX triplet: 8E, 76 and 8D. RGB value is (142,118,141). Sum of RGB (Red+Green+Blue) = 142+118+141=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 142 - color contains mainly: red. Hex color #8E768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E768D is #718972. Grayscale: #7F7F7F. Windows color (decimal): -7440755 or 9270926. OLE color: 9270926.

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

Color convert

RGB 142 118 141 -
CMYK 0 0.17 0.01 0.44
HSL 302.5º 0.1% 0.51% -
HSV(B) 302.5º 0.17% 0.56% -
XYZ 22.44 20.63 28 -
YUV 127.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 142 118 141 0 0.17 0.01 0.44 302.5 0.1 0.51
Hex 8E 76 8D 0 11 1 2C 12E A 33
Octal 216 166 215 0 21 1 54 456 12 63
Binary 10001110 1110110 10001101 0 10001 1 101100 100101110 1010 110011

Color Harmonies of #8E768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E768D

Black with #8E768D

Text Example


Text Example

White with #8E768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,118,141); }

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

background-color css

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

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

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

border-color css

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

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

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