Html Css Color HEX #8F676E Mauve Taupe

📋 copy color: '#8F676E'

red 143 ◦ green 103 ◦ blue 110

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

Shades of Mauve Taupe #8F676E

Tints of Mauve Taupe #8F676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.93%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 40.17%
G = 28.93%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F676E (or 0x8F676E) is known color: Mauve Taupe. HEX triplet: 8F, 67 and 6E. RGB value is (143,103,110). Sum of RGB (Red+Green+Blue) = 143+103+110=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F676E is #709891. Grayscale: #737373. Windows color (decimal): -7379090 or 7235471. OLE color: 7235471.

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

Color convert

RGB 143 103 110 -
CMYK 0 0.28 0.23 0.44
HSL 349.5º 0.16% 0.48% -
HSV(B) 349.5º 0.28% 0.56% -
XYZ 18.99 16.67 16.97 -
YUV 115.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 143 103 110 0 0.28 0.23 0.44 349.5 0.16 0.48
Hex 8F 67 6E 0 1C 17 2C 15E 10 30
Octal 217 147 156 0 34 27 54 536 20 60
Binary 10001111 1100111 1101110 0 11100 10111 101100 101011110 10000 110000

Color Harmonies of #8F676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F676E

Black with #8F676E

Text Example


Text Example

White with #8F676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,103,110); }

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

background-color css

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

 a { background-color: rgb(143,103,110); }

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

border-color css

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

 span { border-color: rgb(143,103,110); }

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