Html Css Color HEX #8F626E Mauve Taupe

📋 copy color: '#8F626E'

red 143 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #8F626E

Tints of Mauve Taupe #8F626E

RGB

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

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

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

R = 40.74%
G = 27.92%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8F626E (or 0x8F626E) is known color: Mauve Taupe. HEX triplet: 8F, 62 and 6E. RGB value is (143,98,110). Sum of RGB (Red+Green+Blue) = 143+98+110=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F626E is #709D91. Grayscale: #707070. Windows color (decimal): -7380370 or 7234191. OLE color: 7234191.

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

Color convert

RGB 143 98 110 -
CMYK 0 0.31 0.23 0.44
HSL 344º 0.19% 0.47% -
HSV(B) 344º 0.31% 0.56% -
XYZ 18.51 15.7 16.81 -
YUV 112.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 143 98 110 0 0.31 0.23 0.44 344 0.19 0.47
Hex 8F 62 6E 0 1F 17 2C 158 13 2F
Octal 217 142 156 0 37 27 54 530 23 57
Binary 10001111 1100010 1101110 0 11111 10111 101100 101011000 10011 101111

Color Harmonies of #8F626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F626E

Black with #8F626E

Text Example


Text Example

White with #8F626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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