Html Css Color HEX #8D8088 Taupe Grey

📋 copy color: '#8D8088'

red 141 ◦ green 128 ◦ blue 136

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

Shades of Taupe Grey #8D8088

Tints of Taupe Grey #8D8088

RGB

 RED value IS 141 (55.47% from 255) = 34.81%

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

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

R = 34.81%
G = 31.6%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D8088 (or 0x8D8088) is known color: Taupe Grey. HEX triplet: 8D, 80 and 88. RGB value is (141,128,136). Sum of RGB (Red+Green+Blue) = 141+128+136=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8088 is #727F77. Grayscale: #848484. Windows color (decimal): -7503736 or 8945805. OLE color: 8945805.

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

Color convert

RGB 141 128 136 -
CMYK 0 0.09 0.04 0.45
HSL 323.08º 0.05% 0.53% -
HSV(B) 323.08º 0.09% 0.55% -
XYZ 23.15 22.88 26.49 -
YUV 132.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 141 128 136 0 0.09 0.04 0.45 323.08 0.05 0.53
Hex 8D 80 88 0 9 4 2D 143 5 35
Octal 215 200 210 0 11 4 55 503 5 65
Binary 10001101 10000000 10001000 0 1001 100 101101 101000011 101 110101

Color Harmonies of #8D8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8088

Black with #8D8088

Text Example


Text Example

White with #8D8088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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