Html Css Color HEX #8F6870 Mauve Taupe

📋 copy color: '#8F6870'

red 143 ◦ green 104 ◦ blue 112

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

Shades of Mauve Taupe #8F6870

Tints of Mauve Taupe #8F6870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.97%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 39.83%
G = 28.97%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F6870 (or 0x8F6870) is known color: Mauve Taupe. HEX triplet: 8F, 68 and 70. RGB value is (143,104,112). Sum of RGB (Red+Green+Blue) = 143+104+112=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6870 is #70978F. Grayscale: #747474. Windows color (decimal): -7378832 or 7366799. OLE color: 7366799.

HSL color Cylindrical-coordinate representation of color #8F6870: hue angle of 347.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F6870 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 104 112 -
CMYK 0 0.27 0.22 0.44
HSL 347.69º 0.16% 0.48% -
HSV(B) 347.69º 0.27% 0.56% -
XYZ 19.2 16.91 17.58 -
YUV 116.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 143 104 112 0 0.27 0.22 0.44 347.69 0.16 0.48
Hex 8F 68 70 0 1B 16 2C 15C 10 30
Octal 217 150 160 0 33 26 54 534 20 60
Binary 10001111 1101000 1110000 0 11011 10110 101100 101011100 10000 110000

Color Harmonies of #8F6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6870

Black with #8F6870

Text Example


Text Example

White with #8F6870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,104,112); }

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

background-color css

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

 a { background-color: rgb(143,104,112); }

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

border-color css

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

 span { border-color: rgb(143,104,112); }

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