#746CAC

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

Shades of Scampi #746CAC

Tints of Scampi #746CAC

Color information

#746CAC (or 0x746CAC) is unknown color: approx Scampi. HEX triplet: 74, 6C and AC. RGB value is (116,108,172). Sum of RGB (Red+Green+Blue) = 116+108+172=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #746CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746CAC is #8B9353. Grayscale: #757575. Windows color (decimal): -9147220 or 11299956. OLE color: 11299956.

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

Color convert

RGB116108172-
CMYK0.330.3700.33
HSL247.5º27.83%54.9%-
HSV(B)247.5º37.21%67.45%-
XYZ20.0117.4241.34-
YUV117.69158.65126.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 108 (42.58% from 255) = 27.27%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=29.29%
G=27.27%
B=43.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161081720.330.3700.33247.527.8354.9
Hex746CAC2125021f81c37
Octal16415425441450413703467
Binary111010011011001010110010000110010101000011111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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