#7766AF

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

Shades of Scampi #7766AF

Tints of Scampi #7766AF

Color information

#7766AF (or 0x7766AF) is unknown color: approx Scampi. HEX triplet: 77, 66 and AF. RGB value is (119,102,175). Sum of RGB (Red+Green+Blue) = 119+102+175=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7766AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7766AF is #889950. Grayscale: #737373. Windows color (decimal): -8952145 or 11495031. OLE color: 11495031.

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

Color convert

RGB119102175-
CMYK0.320.4200.31
HSL253.97º31.33%54.31%-
HSV(B)253.97º41.71%68.63%-
XYZ20.116.5242.69-
YUV115.4161.63130.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=30.05%
G=25.76%
B=44.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191021750.320.4200.31253.9731.3354.31
Hex7766AF202A01Ffe1f36
Octal16714625740520373763766
Binary11101111100110101011111000001010100111111111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7766AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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