#776B78

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

Shades of Old Lavender #776B78

Tints of Old Lavender #776B78

Color information

#776B78 (or 0x776B78) is unknown color: approx Old Lavender. HEX triplet: 77, 6B and 78. RGB value is (119,107,120). Sum of RGB (Red+Green+Blue) = 119+107+120=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 120 - color contains mainly: blue. Hex color #776B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B78 is #889487. Grayscale: #707070. Windows color (decimal): -8950920 or 7891831. OLE color: 7891831.

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

Color convert

RGB119107120-
CMYK0.010.1100.53
HSL295.38º5.73%44.51%-
HSV(B)295.38º10.83%47.06%-
XYZ16.2615.7919.96-
YUV112.07132.48132.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=34.39%
G=30.92%
B=34.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191071200.010.1100.53295.385.7344.51
Hex776B781B03512762d
Octal167153170113065447655
Binary111011111010111111000110110110101100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,120); }

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

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

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

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

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

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

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