Html Css Color HEX #7F5F68 Mauve Taupe

📋 copy color: '#7F5F68'

red 127 ◦ green 95 ◦ blue 104

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

Shades of Mauve Taupe #7F5F68

Tints of Mauve Taupe #7F5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 38.96%
G = 29.14%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#7F5F68 (or 0x7F5F68) is known color: Mauve Taupe. HEX triplet: 7F, 5F and 68. RGB value is (127,95,104). Sum of RGB (Red+Green+Blue) = 127+95+104=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F68 is #80A097. Grayscale: #696969. Windows color (decimal): -8429720 or 6840191. OLE color: 6840191.

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

Color convert

RGB 127 95 104 -
CMYK 0 0.25 0.18 0.50
HSL 343.13º 0.14% 0.44% -
HSV(B) 343.13º 0.25% 0.5% -
XYZ 15.34 13.7 14.93 -
YUV 105.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 127 95 104 0 0.25 0.18 0.50 343.13 0.14 0.44
Hex 7F 5F 68 0 19 12 32 157 E 2C
Octal 177 137 150 0 31 22 62 527 16 54
Binary 1111111 1011111 1101000 0 11001 10010 110010 101010111 1110 101100

Color Harmonies of #7F5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F68

Black with #7F5F68

Text Example


Text Example

White with #7F5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,104); }

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

background-color css

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

 a { background-color: rgb(127,95,104); }

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

border-color css

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

 span { border-color: rgb(127,95,104); }

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