Html Css Color HEX #7E6679 Old Lavender

📋 copy color: '#7E6679'

red 126 ◦ green 102 ◦ blue 121

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

Shades of Old Lavender #7E6679

Tints of Old Lavender #7E6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 36.1%
G = 29.23%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E6679 (or 0x7E6679) is known color: Old Lavender. HEX triplet: 7E, 66 and 79. RGB value is (126,102,121). Sum of RGB (Red+Green+Blue) = 126+102+121=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6679 is #819986. Grayscale: #6F6F6F. Windows color (decimal): -8493447 or 7956094. OLE color: 7956094.

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

Color convert

RGB 126 102 121 -
CMYK 0 0.19 0.04 0.51
HSL 312.5º 0.11% 0.45% -
HSV(B) 312.5º 0.19% 0.49% -
XYZ 16.81 15.32 20.16 -
YUV 111.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 126 102 121 0 0.19 0.04 0.51 312.5 0.11 0.45
Hex 7E 66 79 0 13 4 33 138 B 2D
Octal 176 146 171 0 23 4 63 470 13 55
Binary 1111110 1100110 1111001 0 10011 100 110011 100111000 1011 101101

Color Harmonies of #7E6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6679

Black with #7E6679

Text Example


Text Example

White with #7E6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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