Html Css Color HEX #7F5D64 Mauve Taupe

📋 copy color: '#7F5D64'

red 127 ◦ green 93 ◦ blue 100

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

Shades of Mauve Taupe #7F5D64

Tints of Mauve Taupe #7F5D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 39.69%
G = 29.06%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F5D64 (or 0x7F5D64) is known color: Mauve Taupe. HEX triplet: 7F, 5D and 64. RGB value is (127,93,100). Sum of RGB (Red+Green+Blue) = 127+93+100=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D64 is #80A29B. Grayscale: #676767. Windows color (decimal): -8430236 or 6577535. OLE color: 6577535.

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

Color convert

RGB 127 93 100 -
CMYK 0 0.27 0.21 0.50
HSL 347.65º 0.15% 0.43% -
HSV(B) 347.65º 0.27% 0.5% -
XYZ 14.97 13.26 13.83 -
YUV 103.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 127 93 100 0 0.27 0.21 0.50 347.65 0.15 0.43
Hex 7F 5D 64 0 1B 15 32 15C F 2B
Octal 177 135 144 0 33 25 62 534 17 53
Binary 1111111 1011101 1100100 0 11011 10101 110010 101011100 1111 101011

Color Harmonies of #7F5D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5D64

Black with #7F5D64

Text Example


Text Example

White with #7F5D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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