#7765AE

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

Shades of Scampi #7765AE

Tints of Scampi #7765AE

Color information

#7765AE (or 0x7765AE) is unknown color: approx Scampi. HEX triplet: 77, 65 and AE. RGB value is (119,101,174). Sum of RGB (Red+Green+Blue) = 119+101+174=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7765AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7765AE is #889A51. Grayscale: #727272. Windows color (decimal): -8952402 or 11429239. OLE color: 11429239.

HSL color Cylindrical-coordinate representation of color #7765AE: hue angle of 254.79º 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 #7765AE is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119101174-
CMYK0.320.4200.32
HSL254.79º31.06%53.92%-
HSV(B)254.79º41.95%68.24%-
XYZ19.916.2942.14-
YUV114.7161.46131.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=30.20%
G=25.63%
B=44.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191011740.320.4200.32254.7931.0653.92
Hex7765AE202A020ff1f36
Octal16714525640520403773766
Binary111011111001011010111010000010101001000001111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7765AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7765AE; }

 p { color: rgb(119,101,174); }

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

<style>
 a { background-color: #7765AE; }

 a { background-color: rgb(119,101,174); }

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

<style>
 span { border-color: #7765AE; }

 span { border-color: rgb(119,101,174); }

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