#775A73

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

Shades of Old Lavender #775A73

Tints of Old Lavender #775A73

Color information

#775A73 (or 0x775A73) is unknown color: approx Old Lavender. HEX triplet: 77, 5A and 73. RGB value is (119,90,115). Sum of RGB (Red+Green+Blue) = 119+90+115=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #775A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A73 is #88A58C. Grayscale: #656565. Windows color (decimal): -8955277 or 7559799. OLE color: 7559799.

HSL color Cylindrical-coordinate representation of color #775A73: hue angle of 308.28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775A73 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11990115-
CMYK00.240.030.53
HSL308.28º13.88%40.98%-
HSV(B)308.28º24.37%46.67%-
XYZ14.3612.4717.87-
YUV101.52135.61140.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=36.73%
G=27.78%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199011500.240.030.53308.2813.8840.98
Hex775A73018335134e29
Octal1671321630303654641651
Binary111011110110101110011011000111101011001101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A73; }

 p { color: rgb(119,90,115); }

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

<style>
 a { background-color: #775A73; }

 a { background-color: rgb(119,90,115); }

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

<style>
 span { border-color: #775A73; }

 span { border-color: rgb(119,90,115); }

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