Html Css Color HEX #7F636E Mauve Taupe

📋 copy color: '#7F636E'

red 127 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #7F636E

Tints of Mauve Taupe #7F636E

RGB

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

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

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

R = 37.8%
G = 29.46%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F636E (or 0x7F636E) is known color: Mauve Taupe. HEX triplet: 7F, 63 and 6E. RGB value is (127,99,110). Sum of RGB (Red+Green+Blue) = 127+99+110=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F636E is #809C91. Grayscale: #6C6C6C. Windows color (decimal): -8428690 or 7234431. OLE color: 7234431.

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

Color convert

RGB 127 99 110 -
CMYK 0 0.22 0.13 0.50
HSL 336.43º 0.12% 0.44% -
HSV(B) 336.43º 0.22% 0.5% -
XYZ 16.03 14.56 16.72 -
YUV 108.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 127 99 110 0 0.22 0.13 0.50 336.43 0.12 0.44
Hex 7F 63 6E 0 16 D 32 150 C 2C
Octal 177 143 156 0 26 15 62 520 14 54
Binary 1111111 1100011 1101110 0 10110 1101 110010 101010000 1100 101100

Color Harmonies of #7F636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F636E

Black with #7F636E

Text Example


Text Example

White with #7F636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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