Html Css Color HEX #7C5772 Old Lavender

📋 copy color: '#7C5772'

red 124 ◦ green 87 ◦ blue 114

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

Shades of Old Lavender #7C5772

Tints of Old Lavender #7C5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

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

R = 38.15%
G = 26.77%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C5772 (or 0x7C5772) is known color: Old Lavender. HEX triplet: 7C, 57 and 72. RGB value is (124,87,114). Sum of RGB (Red+Green+Blue) = 124+87+114=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5772 is #83A88D. Grayscale: #656565. Windows color (decimal): -8628366 or 7493500. OLE color: 7493500.

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

Color convert

RGB 124 87 114 -
CMYK 0 0.30 0.08 0.51
HSL 316.22º 0.18% 0.41% -
HSV(B) 316.22º 0.3% 0.49% -
XYZ 14.76 12.32 17.52 -
YUV 101.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 124 87 114 0 0.30 0.08 0.51 316.22 0.18 0.41
Hex 7C 57 72 0 1E 8 33 13C 12 29
Octal 174 127 162 0 36 10 63 474 22 51
Binary 1111100 1010111 1110010 0 11110 1000 110011 100111100 10010 101001

Color Harmonies of #7C5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5772

Black with #7C5772

Text Example


Text Example

White with #7C5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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