#766077

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

Shades of Old Lavender #766077

Tints of Old Lavender #766077

Color information

#766077 (or 0x766077) is unknown color: approx Old Lavender. HEX triplet: 76, 60 and 77. RGB value is (118,96,119). Sum of RGB (Red+Green+Blue) = 118+96+119=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #766077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766077 is #899F88. Grayscale: #696969. Windows color (decimal): -9019273 or 7823478. OLE color: 7823478.

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

Color convert

RGB11896119-
CMYK0.010.1900.53
HSL297.39º10.7%42.16%-
HSV(B)297.39º19.33%46.67%-
XYZ14.9813.5519.28-
YUV105.2135.79137.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=35.44%
G=28.83%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118961190.010.1900.53297.3910.742.16
Hex766077113035129b2a
Octal1661401671230654511352
Binary11101101100000111011111001101101011001010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766077; }

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

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

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

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

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

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

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

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