Html Css Color HEX #7C5672 Old Lavender

📋 copy color: '#7C5672'

red 124 ◦ green 86 ◦ blue 114

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

Shades of Old Lavender #7C5672

Tints of Old Lavender #7C5672

RGB

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

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

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

R = 38.27%
G = 26.54%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C5672 (or 0x7C5672) is known color: Old Lavender. HEX triplet: 7C, 56 and 72. RGB value is (124,86,114). Sum of RGB (Red+Green+Blue) = 124+86+114=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5672 is #83A98D. Grayscale: #646464. Windows color (decimal): -8628622 or 7493244. OLE color: 7493244.

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

Color convert

RGB 124 86 114 -
CMYK 0 0.31 0.08 0.51
HSL 315.79º 0.18% 0.41% -
HSV(B) 315.79º 0.31% 0.49% -
XYZ 14.68 12.16 17.49 -
YUV 100.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 124 86 114 0 0.31 0.08 0.51 315.79 0.18 0.41
Hex 7C 56 72 0 1F 8 33 13C 12 29
Octal 174 126 162 0 37 10 63 474 22 51
Binary 1111100 1010110 1110010 0 11111 1000 110011 100111100 10010 101001

Color Harmonies of #7C5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5672

Black with #7C5672

Text Example


Text Example

White with #7C5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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