#777696

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

Shades of Scampi #777696

Tints of Scampi #777696

Color information

#777696 (or 0x777696) is unknown color: approx Scampi. HEX triplet: 77, 76 and 96. RGB value is (119,118,150). Sum of RGB (Red+Green+Blue) = 119+118+150=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #777696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777696 is #888969. Grayscale: #797979. Windows color (decimal): -8948074 or 9860727. OLE color: 9860727.

HSL color Cylindrical-coordinate representation of color #777696: hue angle of 241.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777696 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119118150-
CMYK0.210.2100.41
HSL241.88º13.22%52.55%-
HSV(B)241.88º21.33%58.82%-
XYZ19.5919.0831.5-
YUV121.95143.83125.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.75%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=30.75%
G=30.49%
B=38.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191181500.210.2100.41241.8813.2252.55
Hex7776961515029f2d35
Octal16716622625250513621565
Binary111011111101101001011010101101010101001111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777696; }

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

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

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

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

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

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

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

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