Html Css Color HEX #8F6376 Mauve Taupe

📋 copy color: '#8F6376'

red 143 ◦ green 99 ◦ blue 118

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

Shades of Mauve Taupe #8F6376

Tints of Mauve Taupe #8F6376

RGB

 RED value IS 143 (56.25% from 255) = 39.72%

 GREEN value IS 99 (39.06% from 255) = 27.5%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 39.72%
G = 27.5%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F6376 (or 0x8F6376) is known color: Mauve Taupe. HEX triplet: 8F, 63 and 76. RGB value is (143,99,118). Sum of RGB (Red+Green+Blue) = 143+99+118=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6376 is #709C89. Grayscale: #727272. Windows color (decimal): -7380106 or 7758735. OLE color: 7758735.

HSL color Cylindrical-coordinate representation of color #8F6376: hue angle of 334.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6376 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 118 -
CMYK 0 0.31 0.17 0.44
HSL 334.09º 0.18% 0.47% -
HSV(B) 334.09º 0.31% 0.56% -
XYZ 19.06 16.07 19.24 -
YUV 114.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 143 99 118 0 0.31 0.17 0.44 334.09 0.18 0.47
Hex 8F 63 76 0 1F 11 2C 14E 12 2F
Octal 217 143 166 0 37 21 54 516 22 57
Binary 10001111 1100011 1110110 0 11111 10001 101100 101001110 10010 101111

Color Harmonies of #8F6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6376

Black with #8F6376

Text Example


Text Example

White with #8F6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,99,118); }

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

background-color css

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

 a { background-color: rgb(143,99,118); }

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

border-color css

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

 span { border-color: rgb(143,99,118); }

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