#7769AD

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

Shades of Scampi #7769AD

Tints of Scampi #7769AD

Color information

#7769AD (or 0x7769AD) is unknown color: approx Scampi. HEX triplet: 77, 69 and AD. RGB value is (119,105,173). Sum of RGB (Red+Green+Blue) = 119+105+173=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #7769AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769AD is #889652. Grayscale: #747474. Windows color (decimal): -8951379 or 11364727. OLE color: 11364727.

HSL color Cylindrical-coordinate representation of color #7769AD: hue angle of 252.35º 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 #7769AD is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119105173-
CMYK0.310.3900.32
HSL252.35º29.31%54.51%-
HSV(B)252.35º39.31%67.84%-
XYZ20.217.0441.76-
YUV116.94159.64129.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=29.97%
G=26.45%
B=43.58%

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
Decimal1191051730.310.3900.32252.3529.3154.51
Hex7769AD1F27020fc1d37
Octal16715125537470403743567
Binary11101111101001101011011111110011101000001111110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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