#777599

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

Shades of Scampi #777599

Tints of Scampi #777599

Color information

#777599 (or 0x777599) is unknown color: approx Scampi. HEX triplet: 77, 75 and 99. RGB value is (119,117,153). Sum of RGB (Red+Green+Blue) = 119+117+153=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #777599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777599 is #888A66. Grayscale: #797979. Windows color (decimal): -8948327 or 10057079. OLE color: 10057079.

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

Color convert

RGB119117153-
CMYK0.220.2400.4
HSL243.33º15%52.94%-
HSV(B)243.33º23.53%60%-
XYZ19.7218.9432.75-
YUV121.7145.66126.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=30.59%
G=30.08%
B=39.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191171530.220.2400.4243.331552.94
Hex7775991618028f3f35
Octal16716523126300503631765
Binary111011111101011001100110110110000101000111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777599; }

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

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

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

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

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

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

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

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