Html Css Color HEX #7C5372 Old Lavender

📋 copy color: '#7C5372'

red 124 ◦ green 83 ◦ blue 114

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

Shades of Old Lavender #7C5372

Tints of Old Lavender #7C5372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 38.63%
G = 25.86%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C5372 (or 0x7C5372) is known color: Old Lavender. HEX triplet: 7C, 53 and 72. RGB value is (124,83,114). Sum of RGB (Red+Green+Blue) = 124+83+114=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5372 is #83AC8D. Grayscale: #626262. Windows color (decimal): -8629390 or 7492476. OLE color: 7492476.

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

Color convert

RGB 124 83 114 -
CMYK 0 0.33 0.08 0.51
HSL 314.63º 0.2% 0.41% -
HSV(B) 314.63º 0.33% 0.49% -
XYZ 14.44 11.69 17.41 -
YUV 98.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 124 83 114 0 0.33 0.08 0.51 314.63 0.2 0.41
Hex 7C 53 72 0 21 8 33 13B 14 29
Octal 174 123 162 0 41 10 63 473 24 51
Binary 1111100 1010011 1110010 0 100001 1000 110011 100111011 10100 101001

Color Harmonies of #7C5372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5372

Black with #7C5372

Text Example


Text Example

White with #7C5372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,83,114); }

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

background-color css

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

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

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

border-color css

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

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

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