#8A6B76

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

Shades of Mauve Taupe #8A6B76

Tints of Mauve Taupe #8A6B76

Color information

#8A6B76 (or 0x8A6B76) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 6B and 76. RGB value is (138,107,118). Sum of RGB (Red+Green+Blue) = 138+107+118=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B76 is #759489. Grayscale: #757575. Windows color (decimal): -7705738 or 7760778. OLE color: 7760778.

HSL color Cylindrical-coordinate representation of color #8A6B76: hue angle of 338.71º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A6B76 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB138107118-
CMYK00.220.140.46
HSL338.71º12.65%48.04%-
HSV(B)338.71º22.46%54.12%-
XYZ19.0117.2319.46-
YUV117.52128.27142.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.02%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=38.02%
G=29.48%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810711800.220.140.46338.7112.6548.04
Hex8A6B76016E2E153d30
Octal21215316602616565231560
Binary100010101101011111011001011011101011101010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,118); }

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

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

 a { background-color: rgb(138,107,118); }

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

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

 span { border-color: rgb(138,107,118); }

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