#8D738B

Color #8D738B Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #8D738B

Tints of Taupe Grey #8D738B

Color information

#8D738B (or 0x8D738B) is unknown color: approx 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

RGB141115139-
CMYK00.180.010.45
HSL304.62º10.24%50.2%-
HSV(B)304.62º18.44%55.29%-
XYZ21.7819.7927.1-
YUV125.51135.61139.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=35.70%
G=29.11%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111513900.180.010.45304.6210.2450.2
Hex8D738B01212D131a32
Octal2151632130221554611262
Binary1000110111100111000101101001011011011001100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>