Html Css Color HEX #7C657C Old Lavender

📋 copy color: '#7C657C'

red 124 ◦ green 101 ◦ blue 124

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

Shades of Old Lavender #7C657C

Tints of Old Lavender #7C657C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 35.53%
G = 28.94%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C657C (or 0x7C657C) is known color: Old Lavender. HEX triplet: 7C, 65 and 7C. RGB value is (124,101,124). Sum of RGB (Red+Green+Blue) = 124+101+124=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: red, blue. Hex color #7C657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C657C is #839A83. Grayscale: #6E6E6E. Windows color (decimal): -8624772 or 8152444. OLE color: 8152444.

HSL color Cylindrical-coordinate representation of color #7C657C: hue angle of 300º 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 #7C657C is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 101 124 -
CMYK 0 0.19 0 0.51
HSL 300º 0.1% 0.44% -
HSV(B) 300º 0.19% 0.49% -
XYZ 16.6 15.05 21.1 -
YUV 110.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 124 101 124 0 0.19 0 0.51 300 0.1 0.44
Hex 7C 65 7C 0 13 0 33 12C A 2C
Octal 174 145 174 0 23 0 63 454 12 54
Binary 1111100 1100101 1111100 0 10011 0 110011 100101100 1010 101100

Color Harmonies of #7C657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C657C

Black with #7C657C

Text Example


Text Example

White with #7C657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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