#7662A6

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

Shades of Scampi #7662A6

Tints of Scampi #7662A6

Color information

#7662A6 (or 0x7662A6) is unknown color: approx Scampi. HEX triplet: 76, 62 and A6. RGB value is (118,98,166). Sum of RGB (Red+Green+Blue) = 118+98+166=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #7662A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662A6 is #899D59. Grayscale: #6F6F6F. Windows color (decimal): -9018714 or 10904182. OLE color: 10904182.

HSL color Cylindrical-coordinate representation of color #7662A6: hue angle of 257.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7662A6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11898166-
CMYK0.290.4100.35
HSL257.65º27.64%51.76%-
HSV(B)257.65º40.96%65.1%-
XYZ18.7215.3438.05-
YUV111.73158.63132.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 166 (65.23% from 255) = 43.46%
R=30.89%
G=25.65%
B=43.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118981660.290.4100.35257.6527.6451.76
Hex7662A61D290231021c34
Octal16614224635510434023464
Binary111011011000101010011011101101001010001110000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7662A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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