#7769AF

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

Shades of Scampi #7769AF

Tints of Scampi #7769AF

Color information

#7769AF (or 0x7769AF) is unknown color: approx Scampi. HEX triplet: 77, 69 and AF. RGB value is (119,105,175). Sum of RGB (Red+Green+Blue) = 119+105+175=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #7769AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7769AF is #889650. Grayscale: #747474. Windows color (decimal): -8951377 or 11495799. OLE color: 11495799.

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

Color convert

RGB119105175-
CMYK0.320.4000.31
HSL252º30.43%54.9%-
HSV(B)252º40%68.63%-
XYZ20.417.1242.79-
YUV117.17160.64129.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.82%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=29.82%
G=26.32%
B=43.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191051750.320.4000.3125230.4354.9
Hex7769AF202801Ffc1e37
Octal16715125740500373743667
Binary11101111101001101011111000001010000111111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7769AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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