#776AAC

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

Shades of Scampi #776AAC

Tints of Scampi #776AAC

Color information

#776AAC (or 0x776AAC) is unknown color: approx Scampi. HEX triplet: 77, 6A and AC. RGB value is (119,106,172). Sum of RGB (Red+Green+Blue) = 119+106+172=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #776AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AAC is #889553. Grayscale: #757575. Windows color (decimal): -8951124 or 11299447. OLE color: 11299447.

HSL color Cylindrical-coordinate representation of color #776AAC: hue angle of 251.82º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776AAC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119106172-
CMYK0.310.3800.33
HSL251.82º28.45%54.51%-
HSV(B)251.82º38.37%67.45%-
XYZ20.2117.2141.29-
YUV117.41158.81129.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=29.97%
G=26.70%
B=43.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191061720.310.3800.33251.8228.4554.51
Hex776AAC1F26021fc1c37
Octal16715225437460413743467
Binary11101111101010101011001111110011001000011111110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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