#7665AE

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

Shades of Scampi #7665AE

Tints of Scampi #7665AE

Color information

#7665AE (or 0x7665AE) is unknown color: approx Scampi. HEX triplet: 76, 65 and AE. RGB value is (118,101,174). Sum of RGB (Red+Green+Blue) = 118+101+174=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7665AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7665AE is #899A51. Grayscale: #727272. Windows color (decimal): -9017938 or 11429238. OLE color: 11429238.

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

Color convert

RGB118101174-
CMYK0.320.4200.32
HSL253.97º31.06%53.92%-
HSV(B)253.97º41.95%68.24%-
XYZ19.7616.2142.13-
YUV114.4161.63130.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=30.03%
G=25.70%
B=44.27%

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
Decimal1181011740.320.4200.32253.9731.0653.92
Hex7665AE202A020fe1f36
Octal16614525640520403763766
Binary111011011001011010111010000010101001000001111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7665AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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