#776BA9

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

Shades of Scampi #776BA9

Tints of Scampi #776BA9

Color information

#776BA9 (or 0x776BA9) is unknown color: approx Scampi. HEX triplet: 77, 6B and A9. RGB value is (119,107,169). Sum of RGB (Red+Green+Blue) = 119+107+169=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 169 - color contains mainly: blue. Hex color #776BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BA9 is #889456. Grayscale: #757575. Windows color (decimal): -8950871 or 11103095. OLE color: 11103095.

HSL color Cylindrical-coordinate representation of color #776BA9: hue angle of 251.61º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #776BA9 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB119107169-
CMYK0.300.3700.34
HSL251.61º26.5%54.12%-
HSV(B)251.61º36.69%66.27%-
XYZ20.0317.339.82-
YUV117.66156.98128.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 169 (66.41% from 255) = 42.78%
R=30.13%
G=27.09%
B=42.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191071690.300.3700.34251.6126.554.12
Hex776BA91E25022fc1a36
Octal16715325136450423743266
Binary11101111101011101010011111010010101000101111110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776BA9; }

 p { color: rgb(119,107,169); }

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

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

 a { background-color: rgb(119,107,169); }

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

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

 span { border-color: rgb(119,107,169); }

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