#7662AA

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

Shades of Scampi #7662AA

Tints of Scampi #7662AA

Color information

#7662AA (or 0x7662AA) is unknown color: approx Scampi. HEX triplet: 76, 62 and AA. RGB value is (118,98,170). Sum of RGB (Red+Green+Blue) = 118+98+170=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7662AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AA is #899D55. Grayscale: #6F6F6F. Windows color (decimal): -9018710 or 11166326. OLE color: 11166326.

HSL color Cylindrical-coordinate representation of color #7662AA: hue angle of 256.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7662AA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11898170-
CMYK0.310.4200.33
HSL256.67º29.75%52.55%-
HSV(B)256.67º42.35%66.67%-
XYZ19.0915.4940.01-
YUV112.19160.63132.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=30.57%
G=25.39%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118981700.310.4200.33256.6729.7552.55
Hex7662AA1F2A0211011e35
Octal16614225237520414013665
Binary111011011000101010101011111101010010000110000000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7662AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7662AA; }

 p { color: rgb(118,98,170); }

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

<style>
 a { background-color: #7662AA; }

 a { background-color: rgb(118,98,170); }

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

<style>
 span { border-color: #7662AA; }

 span { border-color: rgb(118,98,170); }

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