#7771AF

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

Shades of Scampi #7771AF

Tints of Scampi #7771AF

Color information

#7771AF (or 0x7771AF) is unknown color: approx Scampi. HEX triplet: 77, 71 and AF. RGB value is (119,113,175). Sum of RGB (Red+Green+Blue) = 119+113+175=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #7771AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7771AF is #888E50. Grayscale: #797979. Windows color (decimal): -8949329 or 11497847. OLE color: 11497847.

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

Color convert

RGB119113175-
CMYK0.320.3500.31
HSL245.81º27.93%56.47%-
HSV(B)245.81º35.43%68.63%-
XYZ21.2518.8343.07-
YUV121.86157.99125.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.24%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 175 (68.75% from 255) = 43.00%
R=29.24%
G=27.76%
B=43.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191131750.320.3500.31245.8127.9356.47
Hex7771AF202301Ff61c38
Octal16716125740430373663470
Binary11101111110001101011111000001000110111111111011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7771AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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