Html Css Color HEX #8D738B Taupe Grey

📋 copy color: '#8D738B'

red 141 ◦ green 115 ◦ blue 139

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

Shades of Taupe Grey #8D738B

Tints of Taupe Grey #8D738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.11%

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 35.7%
G = 29.11%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D738B (or 0x8D738B) is known color: Taupe Grey. HEX triplet: 8D, 73 and 8B. RGB value is (141,115,139). Sum of RGB (Red+Green+Blue) = 141+115+139=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 141 - color contains mainly: red. Hex color #8D738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D738B is #728C74. Grayscale: #7D7D7D. Windows color (decimal): -7507061 or 9139085. OLE color: 9139085.

HSL color Cylindrical-coordinate representation of color #8D738B: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D738B is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 115 139 -
CMYK 0 0.18 0.01 0.45
HSL 304.62º 0.1% 0.5% -
HSV(B) 304.62º 0.18% 0.55% -
XYZ 21.78 19.79 27.1 -
YUV 125.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 141 115 139 0 0.18 0.01 0.45 304.62 0.1 0.5
Hex 8D 73 8B 0 12 1 2D 131 A 32
Octal 215 163 213 0 22 1 55 461 12 62
Binary 10001101 1110011 10001011 0 10010 1 101101 100110001 1010 110010

Color Harmonies of #8D738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D738B

Black with #8D738B

Text Example


Text Example

White with #8D738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,115,139); }

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

background-color css

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

 a { background-color: rgb(141,115,139); }

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

border-color css

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

 span { border-color: rgb(141,115,139); }

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