#766577

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

Shades of Old Lavender #766577

Tints of Old Lavender #766577

Color information

#766577 (or 0x766577) is unknown color: approx Old Lavender. HEX triplet: 76, 65 and 77. RGB value is (118,101,119). Sum of RGB (Red+Green+Blue) = 118+101+119=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: blue. Hex color #766577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766577 is #899A88. Grayscale: #6C6C6C. Windows color (decimal): -9017993 or 7824758. OLE color: 7824758.

HSL color Cylindrical-coordinate representation of color #766577: hue angle of 296.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #766577 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB118101119-
CMYK0.010.1500.53
HSL296.67º8.18%43.14%-
HSV(B)296.67º15.13%46.67%-
XYZ15.4514.4919.44-
YUV108.14134.13135.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=34.91%
G=29.88%
B=35.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181011190.010.1500.53296.678.1843.14
Hex7665771F03512982b
Octal1661451671170654511053
Binary1110110110010111101111111101101011001010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766577; }

 p { color: rgb(118,101,119); }

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

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

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

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

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

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

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