Html Css Color HEX #8E8088 Taupe Grey

📋 copy color: '#8E8088'

red 142 ◦ green 128 ◦ blue 136

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

Shades of Taupe Grey #8E8088

Tints of Taupe Grey #8E8088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.53%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 34.98%
G = 31.53%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E8088 (or 0x8E8088) is known color: Taupe Grey. HEX triplet: 8E, 80 and 88. RGB value is (142,128,136). Sum of RGB (Red+Green+Blue) = 142+128+136=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8088 is #717F77. Grayscale: #858585. Windows color (decimal): -7438200 or 8945806. OLE color: 8945806.

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

Color convert

RGB 142 128 136 -
CMYK 0 0.10 0.04 0.44
HSL 325.71º 0.06% 0.53% -
HSV(B) 325.71º 0.1% 0.56% -
XYZ 23.32 22.97 26.5 -
YUV 133.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 142 128 136 0 0.10 0.04 0.44 325.71 0.06 0.53
Hex 8E 80 88 0 A 4 2C 146 6 35
Octal 216 200 210 0 12 4 54 506 6 65
Binary 10001110 10000000 10001000 0 1010 100 101100 101000110 110 110101

Color Harmonies of #8E8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8088

Black with #8E8088

Text Example


Text Example

White with #8E8088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,128,136); }

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

background-color css

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

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

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

border-color css

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

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

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