#7761A6

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

Shades of Scampi #7761A6

Tints of Scampi #7761A6

Color information

#7761A6 (or 0x7761A6) is unknown color: approx Scampi. HEX triplet: 77, 61 and A6. RGB value is (119,97,166). Sum of RGB (Red+Green+Blue) = 119+97+166=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #7761A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761A6 is #889E59. Grayscale: #6F6F6F. Windows color (decimal): -8953434 or 10903927. OLE color: 10903927.

HSL color Cylindrical-coordinate representation of color #7761A6: hue angle of 259.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7761A6 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11997166-
CMYK0.280.4200.35
HSL259.13º27.94%51.57%-
HSV(B)259.13º41.57%65.1%-
XYZ18.7715.2238.03-
YUV111.44158.79133.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 166 (65.23% from 255) = 43.46%
R=31.15%
G=25.39%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119971660.280.4200.35259.1327.9451.57
Hex7761A61C2A0231031c34
Octal16714124634520434033464
Binary111011111000011010011011100101010010001110000001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7761A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7761A6; }

 p { color: rgb(119,97,166); }

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

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

 a { background-color: rgb(119,97,166); }

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

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

 span { border-color: rgb(119,97,166); }

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