#8B5F74

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

Shades of Mauve Taupe #8B5F74

Tints of Mauve Taupe #8B5F74

Color information

#8B5F74 (or 0x8B5F74) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5F and 74. RGB value is (139,95,116). Sum of RGB (Red+Green+Blue) = 139+95+116=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F74 is #74A08B. Grayscale: #6E6E6E. Windows color (decimal): -7643276 or 7626635. OLE color: 7626635.

HSL color Cylindrical-coordinate representation of color #8B5F74: hue angle of 331.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5F74 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13995116-
CMYK00.320.170.45
HSL331.36º18.8%45.88%-
HSV(B)331.36º31.65%54.51%-
XYZ17.8914.9318.46-
YUV110.55131.08148.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=39.71%
G=27.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399511600.320.170.45331.3618.845.88
Hex8B5F74020112D14b132e
Octal21313716404021555132356
Binary100010111011111111010001000001000110110110100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,116); }

 H1.HeaderClassName
 {
   color: #8B5F74;
 }
 .AnyTagClassName
 {
   color: #8B5F74;
 }
</style>
background-color css

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

 a { background-color: rgb(139,95,116); }

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

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

 span { border-color: rgb(139,95,116); }

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