#776F77

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

Shades of Old Lavender #776F77

Tints of Old Lavender #776F77

Color information

#776F77 (or 0x776F77) is unknown color: approx Old Lavender. HEX triplet: 77, 6F and 77. RGB value is (119,111,119). Sum of RGB (Red+Green+Blue) = 119+111+119=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F77 is #889088. Grayscale: #727272. Windows color (decimal): -8949897 or 7827319. OLE color: 7827319.

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

Color convert

RGB119111119-
CMYK00.0700.53
HSL300º3.48%45.1%-
HSV(B)300º6.72%46.67%-
XYZ16.6216.6219.79-
YUV114.3130.65131.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=34.10%
G=31.81%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911111900.0700.533003.4845.1
Hex776F770703512c32d
Octal16715716707065454355
Binary1110111110111111101110111011010110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,119); }

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

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

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

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

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

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

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