#7C5B77

Color #7C5B77 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #7C5B77

Tints of Old Lavender #7C5B77

Color information

#7C5B77 (or 0x7C5B77) is unknown color: approx Old Lavender. HEX triplet: 7C, 5B and 77. RGB value is (124,91,119). Sum of RGB (Red+Green+Blue) = 124+91+119=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B77 is #83A488. Grayscale: #676767. Windows color (decimal): -8627337 or 7822204. OLE color: 7822204.

HSL color Cylindrical-coordinate representation of color #7C5B77: hue angle of 309.09º degrees, saturation: 0.15, 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 #7C5B77 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB12491119-
CMYK00.270.040.51
HSL309.09º15.35%42.16%-
HSV(B)309.09º26.61%48.63%-
XYZ15.3813.119.17-
YUV104.06136.43142.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=37.13%
G=27.25%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1249111900.270.040.51309.0915.3542.16
Hex7C5B7701B433135f2a
Octal1741331670334634651752
Binary1111100101101111101110110111001100111001101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,119); }

 H1.HeaderClassName
 {
   color: #7C5B77;
 }
 .AnyTagClassName
 {
   color: #7C5B77;
 }
</style>
background-color css

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

 a { background-color: rgb(124,91,119); }

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

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

 span { border-color: rgb(124,91,119); }

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