Html Css Color HEX #7F6371 Mauve Taupe

📋 copy color: '#7F6371'

red 127 ◦ green 99 ◦ blue 113

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

Shades of Mauve Taupe #7F6371

Tints of Mauve Taupe #7F6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 37.46%
G = 29.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#7F6371 (or 0x7F6371) is known color: Mauve Taupe. HEX triplet: 7F, 63 and 71. RGB value is (127,99,113). Sum of RGB (Red+Green+Blue) = 127+99+113=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6371 is #809C8E. Grayscale: #6C6C6C. Windows color (decimal): -8428687 or 7431039. OLE color: 7431039.

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

Color convert

RGB 127 99 113 -
CMYK 0 0.22 0.11 0.50
HSL 330º 0.12% 0.44% -
HSV(B) 330º 0.22% 0.5% -
XYZ 16.19 14.63 17.59 -
YUV 108.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 127 99 113 0 0.22 0.11 0.50 330 0.12 0.44
Hex 7F 63 71 0 16 B 32 14A C 2C
Octal 177 143 161 0 26 13 62 512 14 54
Binary 1111111 1100011 1110001 0 10110 1011 110010 101001010 1100 101100

Color Harmonies of #7F6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6371

Black with #7F6371

Text Example


Text Example

White with #7F6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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