#777197

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

Shades of Scampi #777197

Tints of Scampi #777197

Color information

#777197 (or 0x777197) is unknown color: approx Scampi. HEX triplet: 77, 71 and 97. RGB value is (119,113,151). Sum of RGB (Red+Green+Blue) = 119+113+151=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 151 - color contains mainly: blue. Hex color #777197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777197 is #888E68. Grayscale: #767676. Windows color (decimal): -8949353 or 9924983. OLE color: 9924983.

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

Color convert

RGB119113151-
CMYK0.210.2500.41
HSL249.47º15.45%51.76%-
HSV(B)249.47º25.17%59.22%-
XYZ19.117.9731.74-
YUV119.13145.99127.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=31.07%
G=29.50%
B=39.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191131510.210.2500.41249.4715.4551.76
Hex7771971519029f9f34
Octal16716122725310513711764
Binary111011111100011001011110101110010101001111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777197; }

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

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

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

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

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

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

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

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