#7661AD

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

Shades of Scampi #7661AD

Tints of Scampi #7661AD

Color information

#7661AD (or 0x7661AD) is unknown color: approx Scampi. HEX triplet: 76, 61 and AD. RGB value is (118,97,173). Sum of RGB (Red+Green+Blue) = 118+97+173=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7661AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7661AD is #899E52. Grayscale: #6F6F6F. Windows color (decimal): -9018963 or 11362678. OLE color: 11362678.

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

Color convert

RGB11897173-
CMYK0.320.4400.32
HSL256.58º31.67%52.94%-
HSV(B)256.58º43.93%67.84%-
XYZ19.2915.4241.49-
YUV111.94162.46132.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=30.41%
G=25%
B=44.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118971730.320.4400.32256.5831.6752.94
Hex7661AD202C0201012035
Octal16614125540540404014065
Binary11101101100001101011011000001011000100000100000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7661AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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