Html Css Color HEX #8A626E Mauve Taupe

📋 copy color: '#8A626E'

red 138 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #8A626E

Tints of Mauve Taupe #8A626E

RGB

 RED value IS 138 (54.3% from 255) = 39.88%

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

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

R = 39.88%
G = 28.32%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A626E (or 0x8A626E) is known color: Mauve Taupe. HEX triplet: 8A, 62 and 6E. RGB value is (138,98,110). Sum of RGB (Red+Green+Blue) = 138+98+110=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A626E is #759D91. Grayscale: #6F6F6F. Windows color (decimal): -7708050 or 7234186. OLE color: 7234186.

HSL color Cylindrical-coordinate representation of color #8A626E: hue angle of 342º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A626E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 98 110 -
CMYK 0 0.29 0.20 0.46
HSL 342º 0.17% 0.46% -
HSV(B) 342º 0.29% 0.54% -
XYZ 17.66 15.26 16.77 -
YUV 111.33 127.25 147.02 -
System Red Green Blue C M Y K H S L
Decimal 138 98 110 0 0.29 0.20 0.46 342 0.17 0.46
Hex 8A 62 6E 0 1D 14 2E 156 11 2E
Octal 212 142 156 0 35 24 56 526 21 56
Binary 10001010 1100010 1101110 0 11101 10100 101110 101010110 10001 101110

Color Harmonies of #8A626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A626E

Black with #8A626E

Text Example


Text Example

White with #8A626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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