Html Css Color HEX #8F626F Mauve Taupe

📋 copy color: '#8F626F'

red 143 ◦ green 98 ◦ blue 111

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

Shades of Mauve Taupe #8F626F

Tints of Mauve Taupe #8F626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 40.63%
G = 27.84%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8F626F (or 0x8F626F) is known color: Mauve Taupe. HEX triplet: 8F, 62 and 6F. RGB value is (143,98,111). Sum of RGB (Red+Green+Blue) = 143+98+111=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F626F is #709D90. Grayscale: #707070. Windows color (decimal): -7380369 or 7299727. OLE color: 7299727.

HSL color Cylindrical-coordinate representation of color #8F626F: hue angle of 342.67º degrees, saturation: 0.19, 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 #8F626F is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 98 111 -
CMYK 0 0.31 0.22 0.44
HSL 342.67º 0.19% 0.47% -
HSV(B) 342.67º 0.31% 0.56% -
XYZ 18.56 15.72 17.1 -
YUV 112.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 143 98 111 0 0.31 0.22 0.44 342.67 0.19 0.47
Hex 8F 62 6F 0 1F 16 2C 157 13 2F
Octal 217 142 157 0 37 26 54 527 23 57
Binary 10001111 1100010 1101111 0 11111 10110 101100 101010111 10011 101111

Color Harmonies of #8F626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F626F

Black with #8F626F

Text Example


Text Example

White with #8F626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,98,111); }

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

background-color css

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

 a { background-color: rgb(143,98,111); }

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

border-color css

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

 span { border-color: rgb(143,98,111); }

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