Html Css Color HEX #7F5F66 Mauve Taupe

📋 copy color: '#7F5F66'

red 127 ◦ green 95 ◦ blue 102

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

Shades of Mauve Taupe #7F5F66

Tints of Mauve Taupe #7F5F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.32%

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 39.2%
G = 29.32%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F5F66 (or 0x7F5F66) is known color: Mauve Taupe. HEX triplet: 7F, 5F and 66. RGB value is (127,95,102). Sum of RGB (Red+Green+Blue) = 127+95+102=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F66 is #80A099. Grayscale: #696969. Windows color (decimal): -8429722 or 6709119. OLE color: 6709119.

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

Color convert

RGB 127 95 102 -
CMYK 0 0.25 0.20 0.50
HSL 346.88º 0.14% 0.44% -
HSV(B) 346.88º 0.25% 0.5% -
XYZ 15.24 13.66 14.4 -
YUV 105.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 127 95 102 0 0.25 0.20 0.50 346.88 0.14 0.44
Hex 7F 5F 66 0 19 14 32 15B E 2C
Octal 177 137 146 0 31 24 62 533 16 54
Binary 1111111 1011111 1100110 0 11001 10100 110010 101011011 1110 101100

Color Harmonies of #7F5F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F66

Black with #7F5F66

Text Example


Text Example

White with #7F5F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,102); }

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

background-color css

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

 a { background-color: rgb(127,95,102); }

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

border-color css

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

 span { border-color: rgb(127,95,102); }

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