Html Css Color HEX #8F6175 Mauve Taupe

📋 copy color: '#8F6175'

red 143 ◦ green 97 ◦ blue 117

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

Shades of Mauve Taupe #8F6175

Tints of Mauve Taupe #8F6175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 40.06%
G = 27.17%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F6175 (or 0x8F6175) is known color: Mauve Taupe. HEX triplet: 8F, 61 and 75. RGB value is (143,97,117). Sum of RGB (Red+Green+Blue) = 143+97+117=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6175 is #709E8A. Grayscale: #717171. Windows color (decimal): -7380619 or 7692687. OLE color: 7692687.

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

Color convert

RGB 143 97 117 -
CMYK 0 0.32 0.18 0.44
HSL 333.91º 0.19% 0.47% -
HSV(B) 333.91º 0.32% 0.56% -
XYZ 18.81 15.67 18.86 -
YUV 113.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 143 97 117 0 0.32 0.18 0.44 333.91 0.19 0.47
Hex 8F 61 75 0 20 12 2C 14E 13 2F
Octal 217 141 165 0 40 22 54 516 23 57
Binary 10001111 1100001 1110101 0 100000 10010 101100 101001110 10011 101111

Color Harmonies of #8F6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6175

Black with #8F6175

Text Example


Text Example

White with #8F6175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,97,117); }

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

background-color css

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

 a { background-color: rgb(143,97,117); }

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

border-color css

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

 span { border-color: rgb(143,97,117); }

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