Html Css Color HEX #7E6179 Old Lavender

📋 copy color: '#7E6179'

red 126 ◦ green 97 ◦ blue 121

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

Shades of Old Lavender #7E6179

Tints of Old Lavender #7E6179

RGB

 RED value IS 126 (49.61% from 255) = 36.63%

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 36.63%
G = 28.2%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E6179 (or 0x7E6179) is known color: Old Lavender. HEX triplet: 7E, 61 and 79. RGB value is (126,97,121). Sum of RGB (Red+Green+Blue) = 126+97+121=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6179 is #819E86. Grayscale: #6C6C6C. Windows color (decimal): -8494727 or 7954814. OLE color: 7954814.

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

Color convert

RGB 126 97 121 -
CMYK 0 0.23 0.04 0.51
HSL 310.34º 0.13% 0.44% -
HSV(B) 310.34º 0.23% 0.49% -
XYZ 16.33 14.37 20 -
YUV 108.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 126 97 121 0 0.23 0.04 0.51 310.34 0.13 0.44
Hex 7E 61 79 0 17 4 33 136 D 2C
Octal 176 141 171 0 27 4 63 466 15 54
Binary 1111110 1100001 1111001 0 10111 100 110011 100110110 1101 101100

Color Harmonies of #7E6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6179

Black with #7E6179

Text Example


Text Example

White with #7E6179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,97,121); }

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

background-color css

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

 a { background-color: rgb(126,97,121); }

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

border-color css

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

 span { border-color: rgb(126,97,121); }

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