#7776A1

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

Shades of Scampi #7776A1

Tints of Scampi #7776A1

Color information

#7776A1 (or 0x7776A1) is unknown color: approx Scampi. HEX triplet: 77, 76 and A1. RGB value is (119,118,161). Sum of RGB (Red+Green+Blue) = 119+118+161=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #7776A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7776A1 is #88895E. Grayscale: #7B7B7B. Windows color (decimal): -8948063 or 10581623. OLE color: 10581623.

HSL color Cylindrical-coordinate representation of color #7776A1: hue angle of 241.4º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7776A1 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB119118161-
CMYK0.260.2700.37
HSL241.4º18.61%54.71%-
HSV(B)241.4º26.71%63.14%-
XYZ20.5219.4536.39-
YUV123.2149.33125-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=29.90%
G=29.65%
B=40.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191181610.260.2700.37241.418.6154.71
Hex7776A11A1B025f11337
Octal16716624132330453612367
Binary1110111111011010100001110101101101001011111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7776A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7776A1; }

 p { color: rgb(119,118,161); }

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

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

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

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

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

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

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