#7560AC

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

Shades of Scampi #7560AC

Tints of Scampi #7560AC

Color information

#7560AC (or 0x7560AC) is unknown color: approx Scampi. HEX triplet: 75, 60 and AC. RGB value is (117,96,172). Sum of RGB (Red+Green+Blue) = 117+96+172=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #7560AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7560AC is #8A9F53. Grayscale: #6E6E6E. Windows color (decimal): -9084756 or 11296885. OLE color: 11296885.

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

Color convert

RGB11796172-
CMYK0.320.4400.33
HSL256.58º31.4%52.55%-
HSV(B)256.58º44.19%67.45%-
XYZ18.9715.1340.95-
YUV110.94162.46132.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=30.39%
G=24.94%
B=44.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117961720.320.4400.33256.5831.452.55
Hex7560AC202C0211011f35
Octal16514025440540414013765
Binary1110101110000010101100100000101100010000110000000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7560AC; }

 p { color: rgb(117,96,172); }

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

<style>
 a { background-color: #7560AC; }

 a { background-color: rgb(117,96,172); }

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

<style>
 span { border-color: #7560AC; }

 span { border-color: rgb(117,96,172); }

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