#777677

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

Shades of Old Lavender #777677

Tints of Old Lavender #777677

Color information

#777677 (or 0x777677) is unknown color: approx Old Lavender. HEX triplet: 77, 76 and 77. RGB value is (119,118,119). Sum of RGB (Red+Green+Blue) = 119+118+119=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #777677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777677 is #888988. Grayscale: #767676. Windows color (decimal): -8948105 or 7829111. OLE color: 7829111.

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

Color convert

RGB119118119-
CMYK00.0100.53
HSL300º0.42%46.47%-
HSV(B)300º0.84%46.67%-
XYZ17.4218.2120.05-
YUV118.41128.33128.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 118 (46.48% from 255) = 33.15%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=33.43%
G=33.15%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911811900.0100.533000.4246.47
Hex7776770103512c02e
Octal16716616701065454056
Binary1110111111011011101110101101011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777677; }

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

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

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

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

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

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

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

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