Html Css Color HEX #7F626F Mauve Taupe

📋 copy color: '#7F626F'

red 127 ◦ green 98 ◦ blue 111

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

Shades of Mauve Taupe #7F626F

Tints of Mauve Taupe #7F626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 37.8%
G = 29.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F626F (or 0x7F626F) is known color: Mauve Taupe. HEX triplet: 7F, 62 and 6F. RGB value is (127,98,111). Sum of RGB (Red+Green+Blue) = 127+98+111=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F626F is #809D90. Grayscale: #6C6C6C. Windows color (decimal): -8428945 or 7299711. OLE color: 7299711.

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

Color convert

RGB 127 98 111 -
CMYK 0 0.23 0.13 0.50
HSL 333.1º 0.13% 0.44% -
HSV(B) 333.1º 0.23% 0.5% -
XYZ 15.99 14.4 16.97 -
YUV 108.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 127 98 111 0 0.23 0.13 0.50 333.1 0.13 0.44
Hex 7F 62 6F 0 17 D 32 14D D 2C
Octal 177 142 157 0 27 15 62 515 15 54
Binary 1111111 1100010 1101111 0 10111 1101 110010 101001101 1101 101100

Color Harmonies of #7F626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F626F

Black with #7F626F

Text Example


Text Example

White with #7F626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,111); }

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

background-color css

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

 a { background-color: rgb(127,98,111); }

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

border-color css

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

 span { border-color: rgb(127,98,111); }

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