#777797

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

Shades of Scampi #777797

Tints of Scampi #777797

Color information

#777797 (or 0x777797) is unknown color: approx Scampi. HEX triplet: 77, 77 and 97. RGB value is (119,119,151). Sum of RGB (Red+Green+Blue) = 119+119+151=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #777797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777797 is #888868. Grayscale: #7A7A7A. Windows color (decimal): -8947817 or 9926519. OLE color: 9926519.

HSL color Cylindrical-coordinate representation of color #777797: hue angle of 240º 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 #777797 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119119151-
CMYK0.210.2100.41
HSL240º13.33%52.94%-
HSV(B)240º21.19%59.22%-
XYZ19.7919.3531.97-
YUV122.65144125.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 151 (59.38% from 255) = 38.82%
R=30.59%
G=30.59%
B=38.82%

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
Decimal1191191510.210.2100.4124013.3352.94
Hex7777971515029f0d35
Octal16716722725250513601565
Binary111011111101111001011110101101010101001111100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777797; }

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

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

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

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

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

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

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

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