#777697

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

Shades of Scampi #777697

Tints of Scampi #777697

Color information

#777697 (or 0x777697) is unknown color: approx Scampi. HEX triplet: 77, 76 and 97. RGB value is (119,118,151). Sum of RGB (Red+Green+Blue) = 119+118+151=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #777697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777697 is #888968. Grayscale: #797979. Windows color (decimal): -8948073 or 9926263. OLE color: 9926263.

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

Color convert

RGB119118151-
CMYK0.210.2200.41
HSL241.82º13.69%52.75%-
HSV(B)241.82º21.85%59.22%-
XYZ19.6719.1131.93-
YUV122.06144.33125.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=30.67%
G=30.41%
B=38.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191181510.210.2200.41241.8213.6952.75
Hex7776971516029f2e35
Octal16716622725260513621665
Binary111011111101101001011110101101100101001111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777697; }

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

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

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

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

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

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

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

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