#7566AA

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

Shades of Scampi #7566AA

Tints of Scampi #7566AA

Color information

#7566AA (or 0x7566AA) is unknown color: approx Scampi. HEX triplet: 75, 66 and AA. RGB value is (117,102,170). Sum of RGB (Red+Green+Blue) = 117+102+170=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #7566AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7566AA is #8A9955. Grayscale: #717171. Windows color (decimal): -9083222 or 11167349. OLE color: 11167349.

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

Color convert

RGB117102170-
CMYK0.310.400.33
HSL253.24º28.57%53.33%-
HSV(B)253.24º40%66.67%-
XYZ19.3416.1940.14-
YUV114.24159.47129.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=30.08%
G=26.22%
B=43.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171021700.310.400.33253.2428.5753.33
Hex7566AA1F28021fd1d35
Octal16514625237500413753565
Binary11101011100110101010101111110100001000011111110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7566AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,102,170); }

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

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

 a { background-color: rgb(117,102,170); }

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

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

 span { border-color: rgb(117,102,170); }

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