#7F636C

Color #7F636C Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #7F636C

Tints of Mauve Taupe #7F636C

Color information

#7F636C (or 0x7F636C) is unknown color: approx Mauve Taupe. HEX triplet: 7F, 63 and 6C. RGB value is (127,99,108). Sum of RGB (Red+Green+Blue) = 127+99+108=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F636C is #809C93. Grayscale: #6C6C6C. Windows color (decimal): -8428692 or 7103359. OLE color: 7103359.

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

Color convert

RGB12799108-
CMYK00.220.150.50
HSL340.71º12.39%44.31%-
HSV(B)340.71º22.05%49.8%-
XYZ15.9214.5216.15-
YUV108.4127.78141.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=38.02%
G=29.64%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279910800.220.150.50340.7112.3944.31
Hex7F636C016F32155c2c
Octal17714315402617625251454
Binary11111111100011110110001011011111100101010101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F636C;
 }
 .AnyTagClassName
 {
   color: #7F636C;
 }
</style>
background-color css

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

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

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

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

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

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