Html Css Color HEX #7F6471 Mauve Taupe

📋 copy color: '#7F6471'

red 127 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #7F6471

Tints of Mauve Taupe #7F6471

RGB

 RED value IS 127 (50% from 255) = 37.35%

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 37.35%
G = 29.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F6471 (or 0x7F6471) is known color: Mauve Taupe. HEX triplet: 7F, 64 and 71. RGB value is (127,100,113). Sum of RGB (Red+Green+Blue) = 127+100+113=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6471 is #809B8E. Grayscale: #6D6D6D. Windows color (decimal): -8428431 or 7431295. OLE color: 7431295.

HSL color Cylindrical-coordinate representation of color #7F6471: hue angle of 331.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6471 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 113 -
CMYK 0 0.21 0.11 0.50
HSL 331.11º 0.12% 0.45% -
HSV(B) 331.11º 0.21% 0.5% -
XYZ 16.29 14.82 17.62 -
YUV 109.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 127 100 113 0 0.21 0.11 0.50 331.11 0.12 0.45
Hex 7F 64 71 0 15 B 32 14B C 2D
Octal 177 144 161 0 25 13 62 513 14 55
Binary 1111111 1100100 1110001 0 10101 1011 110010 101001011 1100 101101

Color Harmonies of #7F6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6471

Black with #7F6471

Text Example


Text Example

White with #7F6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6471; }

 p { color: rgb(127,100,113); }

 H1.HeaderClassName
 {
   color: #7F6471;
 }
 .AnyTagClassName
 {
   color: #7F6471;
 }
</style>

background-color css

<style>
 a { background-color: #7F6471; }

 a { background-color: rgb(127,100,113); }

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

border-color css

<style>
 span { border-color: #7F6471; }

 span { border-color: rgb(127,100,113); }

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