Html Css Color HEX #7F5F6B Mauve Taupe

📋 copy color: '#7F5F6B'

red 127 ◦ green 95 ◦ blue 107

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

Shades of Mauve Taupe #7F5F6B

Tints of Mauve Taupe #7F5F6B

RGB

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

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

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

R = 38.6%
G = 28.88%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F5F6B (or 0x7F5F6B) is known color: Mauve Taupe. HEX triplet: 7F, 5F and 6B. RGB value is (127,95,107). Sum of RGB (Red+Green+Blue) = 127+95+107=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F6B is #80A094. Grayscale: #696969. Windows color (decimal): -8429717 or 7036799. OLE color: 7036799.

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

Color convert

RGB 127 95 107 -
CMYK 0 0.25 0.16 0.50
HSL 337.5º 0.14% 0.44% -
HSV(B) 337.5º 0.25% 0.5% -
XYZ 15.5 13.76 15.75 -
YUV 105.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 127 95 107 0 0.25 0.16 0.50 337.5 0.14 0.44
Hex 7F 5F 6B 0 19 10 32 152 E 2C
Octal 177 137 153 0 31 20 62 522 16 54
Binary 1111111 1011111 1101011 0 11001 10000 110010 101010010 1110 101100

Color Harmonies of #7F5F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F6B

Black with #7F5F6B

Text Example


Text Example

White with #7F5F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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