Html Css Color HEX #7F646E Mauve Taupe

📋 copy color: '#7F646E'

red 127 ◦ green 100 ◦ blue 110

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

Shades of Mauve Taupe #7F646E

Tints of Mauve Taupe #7F646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 37.69%
G = 29.67%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F646E (or 0x7F646E) is known color: Mauve Taupe. HEX triplet: 7F, 64 and 6E. RGB value is (127,100,110). Sum of RGB (Red+Green+Blue) = 127+100+110=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F646E is #809B91. Grayscale: #6D6D6D. Windows color (decimal): -8428434 or 7234687. OLE color: 7234687.

HSL color Cylindrical-coordinate representation of color #7F646E: hue angle of 337.78º 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 #7F646E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 100 110 -
CMYK 0 0.21 0.13 0.50
HSL 337.78º 0.12% 0.45% -
HSV(B) 337.78º 0.21% 0.5% -
XYZ 16.12 14.75 16.75 -
YUV 109.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 127 100 110 0 0.21 0.13 0.50 337.78 0.12 0.45
Hex 7F 64 6E 0 15 D 32 152 C 2D
Octal 177 144 156 0 25 15 62 522 14 55
Binary 1111111 1100100 1101110 0 10101 1101 110010 101010010 1100 101101

Color Harmonies of #7F646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F646E

Black with #7F646E

Text Example


Text Example

White with #7F646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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