#775E72

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

Shades of Old Lavender #775E72

Tints of Old Lavender #775E72

Color information

#775E72 (or 0x775E72) is unknown color: approx Old Lavender. HEX triplet: 77, 5E and 72. RGB value is (119,94,114). Sum of RGB (Red+Green+Blue) = 119+94+114=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #775E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E72 is #88A18D. Grayscale: #676767. Windows color (decimal): -8954254 or 7495287. OLE color: 7495287.

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

Color convert

RGB11994114-
CMYK00.210.040.53
HSL312º11.74%41.76%-
HSV(B)312º21.01%46.67%-
XYZ14.6513.1417.68-
YUV103.75133.78138.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=36.39%
G=28.75%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199411400.210.040.5331211.7441.76
Hex775E72015435138c2a
Octal1671361620254654701452
Binary1110111101111011100100101011001101011001110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,114); }

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

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

 a { background-color: rgb(119,94,114); }

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

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

 span { border-color: rgb(119,94,114); }

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