#776C76

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

Shades of Old Lavender #776C76

Tints of Old Lavender #776C76

Color information

#776C76 (or 0x776C76) is unknown color: approx Old Lavender. HEX triplet: 77, 6C and 76. RGB value is (119,108,118). Sum of RGB (Red+Green+Blue) = 119+108+118=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 119 - color contains mainly: red. Hex color #776C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C76 is #889389. Grayscale: #707070. Windows color (decimal): -8950666 or 7761015. OLE color: 7761015.

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

Color convert

RGB119108118-
CMYK00.090.010.53
HSL305.45º4.85%44.51%-
HSV(B)305.45º9.24%46.67%-
XYZ16.2415.9619.36-
YUV112.43131.14132.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=34.49%
G=31.30%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910811800.090.010.53305.454.8544.51
Hex776C760913513152d
Octal167154166011165461555
Binary111011111011001110110010011110101100110001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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