#777798

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

Shades of Scampi #777798

Tints of Scampi #777798

Color information

#777798 (or 0x777798) is unknown color: approx Scampi. HEX triplet: 77, 77 and 98. RGB value is (119,119,152). Sum of RGB (Red+Green+Blue) = 119+119+152=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #777798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777798 is #888867. Grayscale: #7A7A7A. Windows color (decimal): -8947816 or 9992055. OLE color: 9992055.

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

Color convert

RGB119119152-
CMYK0.220.2200.40
HSL240º13.81%53.14%-
HSV(B)240º21.71%59.61%-
XYZ19.8719.3832.4-
YUV122.76144.5125.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=30.51%
G=30.51%
B=38.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191191520.220.2200.4024013.8153.14
Hex7777981616028f0e35
Octal16716723026260503601665
Binary111011111101111001100010110101100101000111100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777798; }

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

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

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

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

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

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

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

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