#776E76

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

Shades of Old Lavender #776E76

Tints of Old Lavender #776E76

Color information

#776E76 (or 0x776E76) is unknown color: approx Old Lavender. HEX triplet: 77, 6E and 76. RGB value is (119,110,118). Sum of RGB (Red+Green+Blue) = 119+110+118=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #776E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E76 is #889189. Grayscale: #717171. Windows color (decimal): -8950154 or 7761527. OLE color: 7761527.

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

Color convert

RGB119110118-
CMYK00.080.010.53
HSL306.67º3.93%44.9%-
HSV(B)306.67º7.56%46.67%-
XYZ16.4516.3819.43-
YUV113.6130.48131.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=34.29%
G=31.70%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911011800.080.010.53306.673.9344.9
Hex776E760813513342d
Octal167156166010165463455
Binary111011111011101110110010001110101100110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776E76; }

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

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

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

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

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

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

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

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