#775A74

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

Shades of Old Lavender #775A74

Tints of Old Lavender #775A74

Color information

#775A74 (or 0x775A74) is unknown color: approx Old Lavender. HEX triplet: 77, 5A and 74. RGB value is (119,90,116). Sum of RGB (Red+Green+Blue) = 119+90+116=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A74 is #88A58B. Grayscale: #656565. Windows color (decimal): -8955276 or 7625335. OLE color: 7625335.

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

Color convert

RGB11990116-
CMYK00.240.030.53
HSL306.21º13.88%40.98%-
HSV(B)306.21º24.37%46.67%-
XYZ14.4212.518.17-
YUV101.64136.11140.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=36.62%
G=27.69%
B=35.69%

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
Decimal1199011600.240.030.53306.2113.8840.98
Hex775A74018335132e29
Octal1671321640303654621651
Binary111011110110101110100011000111101011001100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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