Html Css Color HEX #8A5F74 Mauve Taupe

📋 copy color: '#8A5F74'

red 138 ◦ green 95 ◦ blue 116

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

Shades of Mauve Taupe #8A5F74

Tints of Mauve Taupe #8A5F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 39.54%
G = 27.22%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A5F74 (or 0x8A5F74) is known color: Mauve Taupe. HEX triplet: 8A, 5F and 74. RGB value is (138,95,116). Sum of RGB (Red+Green+Blue) = 138+95+116=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F74 is #75A08B. Grayscale: #6E6E6E. Windows color (decimal): -7708812 or 7626634. OLE color: 7626634.

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

Color convert

RGB 138 95 116 -
CMYK 0 0.31 0.16 0.46
HSL 330.7º 0.18% 0.46% -
HSV(B) 330.7º 0.31% 0.54% -
XYZ 17.73 14.85 18.45 -
YUV 110.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 138 95 116 0 0.31 0.16 0.46 330.7 0.18 0.46
Hex 8A 5F 74 0 1F 10 2E 14B 12 2E
Octal 212 137 164 0 37 20 56 513 22 56
Binary 10001010 1011111 1110100 0 11111 10000 101110 101001011 10010 101110

Color Harmonies of #8A5F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5F74

Black with #8A5F74

Text Example


Text Example

White with #8A5F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,95,116); }

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

background-color css

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

 a { background-color: rgb(138,95,116); }

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

border-color css

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

 span { border-color: rgb(138,95,116); }

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