#8B6774

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

Shades of Mauve Taupe #8B6774

Tints of Mauve Taupe #8B6774

Color information

#8B6774 (or 0x8B6774) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 67 and 74. RGB value is (139,103,116). Sum of RGB (Red+Green+Blue) = 139+103+116=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6774 is #74988B. Grayscale: #737373. Windows color (decimal): -7641228 or 7628683. OLE color: 7628683.

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

Color convert

RGB139103116-
CMYK00.260.170.45
HSL338.33º14.88%47.45%-
HSV(B)338.33º25.9%54.51%-
XYZ18.6516.4518.72-
YUV115.25128.43144.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=38.83%
G=28.77%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910311600.260.170.45338.3314.8847.45
Hex8B677401A112D152f2f
Octal21314716403221555221757
Binary1000101111001111110100011010100011011011010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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