Html Css Color HEX #8A5772 Mauve Taupe

📋 copy color: '#8A5772'

red 138 ◦ green 87 ◦ blue 114

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

Shades of Mauve Taupe #8A5772

Tints of Mauve Taupe #8A5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 40.71%
G = 25.66%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A5772 (or 0x8A5772) is known color: Mauve Taupe. HEX triplet: 8A, 57 and 72. RGB value is (138,87,114). Sum of RGB (Red+Green+Blue) = 138+87+114=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5772 is #75A88D. Grayscale: #696969. Windows color (decimal): -7710862 or 7493514. OLE color: 7493514.

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

Color convert

RGB 138 87 114 -
CMYK 0 0.37 0.17 0.46
HSL 328.24º 0.23% 0.44% -
HSV(B) 328.24º 0.37% 0.54% -
XYZ 16.93 13.43 17.62 -
YUV 105.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 138 87 114 0 0.37 0.17 0.46 328.24 0.23 0.44
Hex 8A 57 72 0 25 11 2E 148 17 2C
Octal 212 127 162 0 45 21 56 510 27 54
Binary 10001010 1010111 1110010 0 100101 10001 101110 101001000 10111 101100

Color Harmonies of #8A5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5772

Black with #8A5772

Text Example


Text Example

White with #8A5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,87,114); }

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

background-color css

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

 a { background-color: rgb(138,87,114); }

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

border-color css

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

 span { border-color: rgb(138,87,114); }

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