#776AAD

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

Shades of Scampi #776AAD

Tints of Scampi #776AAD

Color information

#776AAD (or 0x776AAD) is unknown color: approx Scampi. HEX triplet: 77, 6A and AD. RGB value is (119,106,173). Sum of RGB (Red+Green+Blue) = 119+106+173=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #776AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAD is #889552. Grayscale: #757575. Windows color (decimal): -8951123 or 11364983. OLE color: 11364983.

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

Color convert

RGB119106173-
CMYK0.310.3900.32
HSL251.64º29%54.71%-
HSV(B)251.64º38.73%67.84%-
XYZ20.317.2541.79-
YUV117.52159.31129.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 173 (67.97% from 255) = 43.47%
R=29.90%
G=26.63%
B=43.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191061730.310.3900.32251.642954.71
Hex776AAD1F27020fc1d37
Octal16715225537470403743567
Binary11101111101010101011011111110011101000001111110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,173); }

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

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

 a { background-color: rgb(119,106,173); }

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

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

 span { border-color: rgb(119,106,173); }

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