Html Css Color HEX #7C5673 Old Lavender

📋 copy color: '#7C5673'

red 124 ◦ green 86 ◦ blue 115

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

Shades of Old Lavender #7C5673

Tints of Old Lavender #7C5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 38.15%
G = 26.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C5673 (or 0x7C5673) is known color: Old Lavender. HEX triplet: 7C, 56 and 73. RGB value is (124,86,115). Sum of RGB (Red+Green+Blue) = 124+86+115=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5673 is #83A98C. Grayscale: #646464. Windows color (decimal): -8628621 or 7558780. OLE color: 7558780.

HSL color Cylindrical-coordinate representation of color #7C5673: hue angle of 314.21º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5673 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 86 115 -
CMYK 0 0.31 0.07 0.51
HSL 314.21º 0.18% 0.41% -
HSV(B) 314.21º 0.31% 0.49% -
XYZ 14.73 12.18 17.79 -
YUV 100.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 124 86 115 0 0.31 0.07 0.51 314.21 0.18 0.41
Hex 7C 56 73 0 1F 7 33 13A 12 29
Octal 174 126 163 0 37 7 63 472 22 51
Binary 1111100 1010110 1110011 0 11111 111 110011 100111010 10010 101001

Color Harmonies of #7C5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5673

Black with #7C5673

Text Example


Text Example

White with #7C5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,86,115); }

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

background-color css

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

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

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

border-color css

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

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

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