Html Css Color HEX #7C6579 Old Lavender

📋 copy color: '#7C6579'

red 124 ◦ green 101 ◦ blue 121

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

Shades of Old Lavender #7C6579

Tints of Old Lavender #7C6579

RGB

 RED value IS 124 (48.83% from 255) = 35.84%

 GREEN value IS 101 (39.84% from 255) = 29.19%

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

R = 35.84%
G = 29.19%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C6579 (or 0x7C6579) is known color: Old Lavender. HEX triplet: 7C, 65 and 79. RGB value is (124,101,121). Sum of RGB (Red+Green+Blue) = 124+101+121=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6579 is #839A86. Grayscale: #6E6E6E. Windows color (decimal): -8624775 or 7955836. OLE color: 7955836.

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

Color convert

RGB 124 101 121 -
CMYK 0 0.19 0.02 0.51
HSL 307.83º 0.1% 0.44% -
HSV(B) 307.83º 0.19% 0.49% -
XYZ 16.42 14.97 20.11 -
YUV 110.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 124 101 121 0 0.19 0.02 0.51 307.83 0.1 0.44
Hex 7C 65 79 0 13 2 33 134 A 2C
Octal 174 145 171 0 23 2 63 464 12 54
Binary 1111100 1100101 1111001 0 10011 10 110011 100110100 1010 101100

Color Harmonies of #7C6579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6579

Black with #7C6579

Text Example


Text Example

White with #7C6579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,121); }

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

background-color css

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

 a { background-color: rgb(124,101,121); }

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

border-color css

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

 span { border-color: rgb(124,101,121); }

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