#775D73

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

Shades of Old Lavender #775D73

Tints of Old Lavender #775D73

Color information

#775D73 (or 0x775D73) is unknown color: approx Old Lavender. HEX triplet: 77, 5D and 73. RGB value is (119,93,115). Sum of RGB (Red+Green+Blue) = 119+93+115=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #775D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775D73 is #88A28C. Grayscale: #676767. Windows color (decimal): -8954509 or 7560567. OLE color: 7560567.

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

Color convert

RGB11993115-
CMYK00.220.030.53
HSL309.23º12.26%41.57%-
HSV(B)309.23º21.85%46.67%-
XYZ14.6212.9917.96-
YUV103.28134.61139.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=36.39%
G=28.44%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199311500.220.030.53309.2312.2641.57
Hex775D73016335135c2a
Octal1671351630263654651452
Binary111011110111011110011010110111101011001101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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