#776577

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

Shades of Old Lavender #776577

Tints of Old Lavender #776577

Color information

#776577 (or 0x776577) is unknown color: approx Old Lavender. HEX triplet: 77, 65 and 77. RGB value is (119,101,119). Sum of RGB (Red+Green+Blue) = 119+101+119=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #776577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776577 is #889A88. Grayscale: #6C6C6C. Windows color (decimal): -8952457 or 7824759. OLE color: 7824759.

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

Color convert

RGB119101119-
CMYK00.1500.53
HSL300º8.18%43.14%-
HSV(B)300º15.13%46.67%-
XYZ15.5914.5619.44-
YUV108.43133.96135.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 119 (46.88% from 255) = 35.10%
R=35.10%
G=29.79%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910111900.1500.533008.1843.14
Hex7765770F03512c82b
Octal1671451670170654541053
Binary1110111110010111101110111101101011001011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776577; }

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

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

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

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

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

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

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

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