Html Css Color HEX #8A6874 Mauve Taupe

📋 copy color: '#8A6874'

red 138 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #8A6874

Tints of Mauve Taupe #8A6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 38.55%
G = 29.05%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A6874 (or 0x8A6874) is known color: Mauve Taupe. HEX triplet: 8A, 68 and 74. RGB value is (138,104,116). Sum of RGB (Red+Green+Blue) = 138+104+116=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6874 is #75978B. Grayscale: #737373. Windows color (decimal): -7706508 or 7628938. OLE color: 7628938.

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

Color convert

RGB 138 104 116 -
CMYK 0 0.25 0.16 0.46
HSL 338.82º 0.14% 0.47% -
HSV(B) 338.82º 0.25% 0.54% -
XYZ 18.58 16.56 18.74 -
YUV 115.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 138 104 116 0 0.25 0.16 0.46 338.82 0.14 0.47
Hex 8A 68 74 0 19 10 2E 153 E 2F
Octal 212 150 164 0 31 20 56 523 16 57
Binary 10001010 1101000 1110100 0 11001 10000 101110 101010011 1110 101111

Color Harmonies of #8A6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6874

Black with #8A6874

Text Example


Text Example

White with #8A6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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