#775E77

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

Shades of Old Lavender #775E77

Tints of Old Lavender #775E77

Color information

#775E77 (or 0x775E77) is unknown color: approx Old Lavender. HEX triplet: 77, 5E and 77. RGB value is (119,94,119). Sum of RGB (Red+Green+Blue) = 119+94+119=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E77 is #88A188. Grayscale: #686868. Windows color (decimal): -8954249 or 7822967. OLE color: 7822967.

HSL color Cylindrical-coordinate representation of color #775E77: hue angle of 300º 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 #775E77 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11994119-
CMYK00.2100.53
HSL300º11.74%41.76%-
HSV(B)300º21.01%46.67%-
XYZ14.9413.2619.22-
YUV104.32136.28138.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=35.84%
G=28.31%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199411900.2100.5330011.7441.76
Hex775E7701503512cc2a
Octal1671361670250654541452
Binary11101111011110111011101010101101011001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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