#7770AF

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

Shades of Scampi #7770AF

Tints of Scampi #7770AF

Color information

#7770AF (or 0x7770AF) is unknown color: approx Scampi. HEX triplet: 77, 70 and AF. RGB value is (119,112,175). Sum of RGB (Red+Green+Blue) = 119+112+175=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #7770AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7770AF is #888F50. Grayscale: #797979. Windows color (decimal): -8949585 or 11497591. OLE color: 11497591.

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

Color convert

RGB119112175-
CMYK0.320.3600.31
HSL246.67º28.25%56.27%-
HSV(B)246.67º36%68.63%-
XYZ21.1418.6143.03-
YUV121.28158.32126.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=29.31%
G=27.59%
B=43.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191121750.320.3600.31246.6728.2556.27
Hex7770AF202401Ff71c38
Octal16716025740440373673470
Binary11101111110000101011111000001001000111111111011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7770AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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