Html Css Color HEX #8C6472 Mauve Taupe

📋 copy color: '#8C6472'

red 140 ◦ green 100 ◦ blue 114

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

Shades of Mauve Taupe #8C6472

Tints of Mauve Taupe #8C6472

RGB

 RED value IS 140 (55.08% from 255) = 39.55%

 GREEN value IS 100 (39.45% from 255) = 28.25%

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

R = 39.55%
G = 28.25%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C6472 (or 0x8C6472) is known color: Mauve Taupe. HEX triplet: 8C, 64 and 72. RGB value is (140,100,114). Sum of RGB (Red+Green+Blue) = 140+100+114=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6472 is #739B8D. Grayscale: #717171. Windows color (decimal): -7576462 or 7496844. OLE color: 7496844.

HSL color Cylindrical-coordinate representation of color #8C6472: hue angle of 339º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6472 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 100 114 -
CMYK 0 0.29 0.19 0.45
HSL 339º 0.17% 0.47% -
HSV(B) 339º 0.29% 0.55% -
XYZ 18.41 15.9 18.02 -
YUV 113.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 140 100 114 0 0.29 0.19 0.45 339 0.17 0.47
Hex 8C 64 72 0 1D 13 2D 153 11 2F
Octal 214 144 162 0 35 23 55 523 21 57
Binary 10001100 1100100 1110010 0 11101 10011 101101 101010011 10001 101111

Color Harmonies of #8C6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6472

Black with #8C6472

Text Example


Text Example

White with #8C6472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,100,114); }

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

background-color css

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

 a { background-color: rgb(140,100,114); }

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

border-color css

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

 span { border-color: rgb(140,100,114); }

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