#7769A4

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

Shades of Scampi #7769A4

Tints of Scampi #7769A4

Color information

#7769A4 (or 0x7769A4) is unknown color: approx Scampi. HEX triplet: 77, 69 and A4. RGB value is (119,105,164). Sum of RGB (Red+Green+Blue) = 119+105+164=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #7769A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769A4 is #88965B. Grayscale: #737373. Windows color (decimal): -8951388 or 10774903. OLE color: 10774903.

HSL color Cylindrical-coordinate representation of color #7769A4: hue angle of 254.24º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7769A4 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119105164-
CMYK0.270.3600.36
HSL254.24º24.48%52.75%-
HSV(B)254.24º35.98%64.31%-
XYZ19.3616.7137.33-
YUV115.91155.14130.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=30.67%
G=27.06%
B=42.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191051640.270.3600.36254.2424.4852.75
Hex7769A41B24024fe1835
Octal16715124433440443763065
Binary11101111101001101001001101110010001001001111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7769A4; }

 p { color: rgb(119,105,164); }

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

<style>
 a { background-color: #7769A4; }

 a { background-color: rgb(119,105,164); }

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

<style>
 span { border-color: #7769A4; }

 span { border-color: rgb(119,105,164); }

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