#776076

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

Shades of Old Lavender #776076

Tints of Old Lavender #776076

Color information

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

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

Color convert

RGB11996118-
CMYK00.190.010.53
HSL302.61º10.7%42.16%-
HSV(B)302.61º19.33%46.67%-
XYZ15.0613.618.97-
YUV105.38135.12137.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199611800.190.010.53302.6110.742.16
Hex77607601313512fb2a
Octal1671401660231654571352
Binary11101111100000111011001001111101011001011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776076; }

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

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

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

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

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

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

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

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