#777899

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

Shades of Scampi #777899

Tints of Scampi #777899

Color information

#777899 (or 0x777899) is unknown color: approx Scampi. HEX triplet: 77, 78 and 99. RGB value is (119,120,153). Sum of RGB (Red+Green+Blue) = 119+120+153=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #777899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777899 is #888766. Grayscale: #7B7B7B. Windows color (decimal): -8947559 or 10057847. OLE color: 10057847.

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

Color convert

RGB119120153-
CMYK0.220.2200.4
HSL238.24º14.29%53.33%-
HSV(B)238.24º22.22%60%-
XYZ20.0719.6532.87-
YUV123.46144.67124.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=30.36%
G=30.61%
B=39.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191201530.220.2200.4238.2414.2953.33
Hex7778991616028eee35
Octal16717023126260503561665
Binary111011111110001001100110110101100101000111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777899; }

 p { color: rgb(119,120,153); }

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

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

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

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

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

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

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