#777596

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

Shades of Scampi #777596

Tints of Scampi #777596

Color information

#777596 (or 0x777596) is unknown color: approx Scampi. HEX triplet: 77, 75 and 96. RGB value is (119,117,150). Sum of RGB (Red+Green+Blue) = 119+117+150=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #777596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777596 is #888A69. Grayscale: #797979. Windows color (decimal): -8948330 or 9860471. OLE color: 9860471.

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

Color convert

RGB119117150-
CMYK0.210.2200.41
HSL243.64º13.58%52.35%-
HSV(B)243.64º22%58.82%-
XYZ19.4718.8531.47-
YUV121.36144.16126.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=30.83%
G=30.31%
B=38.86%

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
Decimal1191171500.210.2200.41243.6413.5852.35
Hex7775961516029f4e34
Octal16716522625260513641664
Binary111011111101011001011010101101100101001111101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777596; }

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

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

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

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

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

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

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

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