Html Css Color HEX #7F636B Mauve Taupe

📋 copy color: '#7F636B'

red 127 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #7F636B

Tints of Mauve Taupe #7F636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 38.14%
G = 29.73%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F636B (or 0x7F636B) is known color: Mauve Taupe. HEX triplet: 7F, 63 and 6B. RGB value is (127,99,107). Sum of RGB (Red+Green+Blue) = 127+99+107=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F636B is #809C94. Grayscale: #6C6C6C. Windows color (decimal): -8428693 or 7037823. OLE color: 7037823.

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

Color convert

RGB 127 99 107 -
CMYK 0 0.22 0.16 0.50
HSL 342.86º 0.12% 0.44% -
HSV(B) 342.86º 0.22% 0.5% -
XYZ 15.87 14.5 15.87 -
YUV 108.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 127 99 107 0 0.22 0.16 0.50 342.86 0.12 0.44
Hex 7F 63 6B 0 16 10 32 157 C 2C
Octal 177 143 153 0 26 20 62 527 14 54
Binary 1111111 1100011 1101011 0 10110 10000 110010 101010111 1100 101100

Color Harmonies of #7F636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F636B

Black with #7F636B

Text Example


Text Example

White with #7F636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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