#7666AD

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

Shades of Scampi #7666AD

Tints of Scampi #7666AD

Color information

#7666AD (or 0x7666AD) is unknown color: approx Scampi. HEX triplet: 76, 66 and AD. RGB value is (118,102,173). Sum of RGB (Red+Green+Blue) = 118+102+173=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7666AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AD is #899952. Grayscale: #727272. Windows color (decimal): -9017683 or 11363958. OLE color: 11363958.

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

Color convert

RGB118102173-
CMYK0.320.4100.32
HSL253.52º30.21%53.92%-
HSV(B)253.52º41.04%67.84%-
XYZ19.7716.3741.65-
YUV114.88160.8130.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=30.03%
G=25.95%
B=44.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181021730.320.4100.32253.5230.2153.92
Hex7666AD2029020fe1e36
Octal16614625540510403763666
Binary111011011001101010110110000010100101000001111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7666AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7666AD; }

 p { color: rgb(118,102,173); }

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

<style>
 a { background-color: #7666AD; }

 a { background-color: rgb(118,102,173); }

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

<style>
 span { border-color: #7666AD; }

 span { border-color: rgb(118,102,173); }

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