#746EAC

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

Shades of Scampi #746EAC

Tints of Scampi #746EAC

Color information

#746EAC (or 0x746EAC) is unknown color: approx Scampi. HEX triplet: 74, 6E and AC. RGB value is (116,110,172). Sum of RGB (Red+Green+Blue) = 116+110+172=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #746EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746EAC is #8B9153. Grayscale: #767676. Windows color (decimal): -9146708 or 11300468. OLE color: 11300468.

HSL color Cylindrical-coordinate representation of color #746EAC: hue angle of 245.81º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #746EAC is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116110172-
CMYK0.330.3600.33
HSL245.81º27.19%55.29%-
HSV(B)245.81º36.05%67.45%-
XYZ20.2217.8441.41-
YUV118.86157.99125.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.15%
GREEN value IS 110 (43.36% from 255) = 27.64%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=29.15%
G=27.64%
B=43.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161101720.330.3600.33245.8127.1955.29
Hex746EAC2124021f61b37
Octal16415625441440413663367
Binary111010011011101010110010000110010001000011111011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746EAC; }

 p { color: rgb(116,110,172); }

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

<style>
 a { background-color: #746EAC; }

 a { background-color: rgb(116,110,172); }

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

<style>
 span { border-color: #746EAC; }

 span { border-color: rgb(116,110,172); }

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