#776BAF

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

Shades of Scampi #776BAF

Tints of Scampi #776BAF

Color information

#776BAF (or 0x776BAF) is unknown color: approx Scampi. HEX triplet: 77, 6B and AF. RGB value is (119,107,175). Sum of RGB (Red+Green+Blue) = 119+107+175=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #776BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BAF is #889450. Grayscale: #767676. Windows color (decimal): -8950865 or 11496311. OLE color: 11496311.

HSL color Cylindrical-coordinate representation of color #776BAF: hue angle of 250.59º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776BAF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119107175-
CMYK0.320.3900.31
HSL250.59º29.82%55.29%-
HSV(B)250.59º38.86%68.63%-
XYZ20.617.5342.86-
YUV118.34159.98128.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=29.68%
G=26.68%
B=43.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191071750.320.3900.31250.5929.8255.29
Hex776BAF202701Ffb1e37
Octal16715325740470373733667
Binary11101111101011101011111000001001110111111111101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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