Html Css Color HEX #8D788A Taupe Grey

📋 copy color: '#8D788A'

red 141 ◦ green 120 ◦ blue 138

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

Shades of Taupe Grey #8D788A

Tints of Taupe Grey #8D788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 35.34%
G = 30.08%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D788A (or 0x8D788A) is known color: Taupe Grey. HEX triplet: 8D, 78 and 8A. RGB value is (141,120,138). Sum of RGB (Red+Green+Blue) = 141+120+138=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D788A is #728775. Grayscale: #808080. Windows color (decimal): -7505782 or 9074829. OLE color: 9074829.

HSL color Cylindrical-coordinate representation of color #8D788A: hue angle of 308.57º 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 #8D788A is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 120 138 -
CMYK 0 0.15 0.02 0.45
HSL 308.57º 0.08% 0.51% -
HSV(B) 308.57º 0.15% 0.55% -
XYZ 22.29 20.93 26.91 -
YUV 128.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 141 120 138 0 0.15 0.02 0.45 308.57 0.08 0.51
Hex 8D 78 8A 0 F 2 2D 135 8 33
Octal 215 170 212 0 17 2 55 465 10 63
Binary 10001101 1111000 10001010 0 1111 10 101101 100110101 1000 110011

Color Harmonies of #8D788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D788A

Black with #8D788A

Text Example


Text Example

White with #8D788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,120,138); }

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

background-color css

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

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

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

border-color css

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

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

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