Html Css Color HEX #7C5573 Old Lavender

📋 copy color: '#7C5573'

red 124 ◦ green 85 ◦ blue 115

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

Shades of Old Lavender #7C5573

Tints of Old Lavender #7C5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 38.27%
G = 26.23%
B = 35.49%

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

#7C5573 (or 0x7C5573) is known color: Old Lavender. HEX triplet: 7C, 55 and 73. RGB value is (124,85,115). Sum of RGB (Red+Green+Blue) = 124+85+115=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5573 is #83AA8C. Grayscale: #646464. Windows color (decimal): -8628877 or 7558524. OLE color: 7558524.

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

Color convert

RGB 124 85 115 -
CMYK 0 0.31 0.07 0.51
HSL 313.85º 0.19% 0.41% -
HSV(B) 313.85º 0.31% 0.49% -
XYZ 14.66 12.02 17.77 -
YUV 100.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 124 85 115 0 0.31 0.07 0.51 313.85 0.19 0.41
Hex 7C 55 73 0 1F 7 33 13A 13 29
Octal 174 125 163 0 37 7 63 472 23 51
Binary 1111100 1010101 1110011 0 11111 111 110011 100111010 10011 101001

Color Harmonies of #7C5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5573

Black with #7C5573

Text Example


Text Example

White with #7C5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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