Html Css Color HEX #7C5A72 Old Lavender

📋 copy color: '#7C5A72'

red 124 ◦ green 90 ◦ blue 114

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

Shades of Old Lavender #7C5A72

Tints of Old Lavender #7C5A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

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

R = 37.8%
G = 27.44%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C5A72 (or 0x7C5A72) is known color: Old Lavender. HEX triplet: 7C, 5A and 72. RGB value is (124,90,114). Sum of RGB (Red+Green+Blue) = 124+90+114=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5A72 is #83A58D. Grayscale: #666666. Windows color (decimal): -8627598 or 7494268. OLE color: 7494268.

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

Color convert

RGB 124 90 114 -
CMYK 0 0.27 0.08 0.51
HSL 317.65º 0.16% 0.42% -
HSV(B) 317.65º 0.27% 0.49% -
XYZ 15.01 12.81 17.6 -
YUV 102.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 124 90 114 0 0.27 0.08 0.51 317.65 0.16 0.42
Hex 7C 5A 72 0 1B 8 33 13E 10 2A
Octal 174 132 162 0 33 10 63 476 20 52
Binary 1111100 1011010 1110010 0 11011 1000 110011 100111110 10000 101010

Color Harmonies of #7C5A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5A72

Black with #7C5A72

Text Example


Text Example

White with #7C5A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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