#7764ad

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

Shades of Scampi #7764AD

Tints of Scampi #7764AD

Color information

#7764AD (or 0x7764AD) is unknown color: approx Scampi. HEX triplet: 77, 64 and AD. RGB value is (119,100,173). Sum of RGB (Red+Green+Blue) = 119+100+173=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #7764AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7764AD is #889B52. Grayscale: #717171. Windows color (decimal): -8952659 or 11363447. OLE color: 11363447.

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

Color convert

RGB119100173-
CMYK0.310.4200.32
HSL255.62º30.8%53.53%-
HSV(B)255.62º42.2%67.84%-
XYZ19.7116.0541.6-
YUV114161.29131.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=30.36%
G=25.51%
B=44.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191001730.310.4200.32255.6230.853.53
Hex7764AD1F2A0201001f36
Octal16714425537520404003766
Binary111011111001001010110111111101010010000010000000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7764ad; }

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

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

<style>
 a { background-color: #7764ad; }

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

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

<style>
 span { border-color: #7764ad; }

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

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