Html Css Color HEX #8A626D Mauve Taupe

📋 copy color: '#8A626D'

red 138 ◦ green 98 ◦ blue 109

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

Shades of Mauve Taupe #8A626D

Tints of Mauve Taupe #8A626D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 40%
G = 28.41%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A626D (or 0x8A626D) is known color: Mauve Taupe. HEX triplet: 8A, 62 and 6D. RGB value is (138,98,109). Sum of RGB (Red+Green+Blue) = 138+98+109=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A626D is #759D92. Grayscale: #6F6F6F. Windows color (decimal): -7708051 or 7168650. OLE color: 7168650.

HSL color Cylindrical-coordinate representation of color #8A626D: hue angle of 343.5º 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 #8A626D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 98 109 -
CMYK 0 0.29 0.21 0.46
HSL 343.5º 0.17% 0.46% -
HSV(B) 343.5º 0.29% 0.54% -
XYZ 17.61 15.24 16.48 -
YUV 111.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 138 98 109 0 0.29 0.21 0.46 343.5 0.17 0.46
Hex 8A 62 6D 0 1D 15 2E 158 11 2E
Octal 212 142 155 0 35 25 56 530 21 56
Binary 10001010 1100010 1101101 0 11101 10101 101110 101011000 10001 101110

Color Harmonies of #8A626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A626D

Black with #8A626D

Text Example


Text Example

White with #8A626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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