Html Css Color HEX #8F6977 Mauve Taupe

📋 copy color: '#8F6977'

red 143 ◦ green 105 ◦ blue 119

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

Shades of Mauve Taupe #8F6977

Tints of Mauve Taupe #8F6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

 BLUE value IS 119 (46.88% from 255) = 32.43%

R = 38.96%
G = 28.61%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F6977 (or 0x8F6977) is known color: Mauve Taupe. HEX triplet: 8F, 69 and 77. RGB value is (143,105,119). Sum of RGB (Red+Green+Blue) = 143+105+119=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6977 is #709688. Grayscale: #757575. Windows color (decimal): -7378569 or 7825807. OLE color: 7825807.

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

Color convert

RGB 143 105 119 -
CMYK 0 0.27 0.17 0.44
HSL 337.89º 0.15% 0.49% -
HSV(B) 337.89º 0.27% 0.56% -
XYZ 19.71 17.27 19.75 -
YUV 117.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 143 105 119 0 0.27 0.17 0.44 337.89 0.15 0.49
Hex 8F 69 77 0 1B 11 2C 152 F 31
Octal 217 151 167 0 33 21 54 522 17 61
Binary 10001111 1101001 1110111 0 11011 10001 101100 101010010 1111 110001

Color Harmonies of #8F6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6977

Black with #8F6977

Text Example


Text Example

White with #8F6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,119); }

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

background-color css

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

 a { background-color: rgb(143,105,119); }

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

border-color css

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

 span { border-color: rgb(143,105,119); }

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