#756CAC

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

Shades of Scampi #756CAC

Tints of Scampi #756CAC

Color information

#756CAC (or 0x756CAC) is unknown color: approx Scampi. HEX triplet: 75, 6C and AC. RGB value is (117,108,172). Sum of RGB (Red+Green+Blue) = 117+108+172=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #756CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756CAC is #8A9353. Grayscale: #757575. Windows color (decimal): -9081684 or 11299957. OLE color: 11299957.

HSL color Cylindrical-coordinate representation of color #756CAC: hue angle of 248.44º 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 #756CAC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117108172-
CMYK0.320.3700.33
HSL248.44º27.83%54.9%-
HSV(B)248.44º37.21%67.45%-
XYZ20.1517.4941.34-
YUV117.99158.48127.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=29.47%
G=27.20%
B=43.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171081720.320.3700.33248.4427.8354.9
Hex756CAC2025021f81c37
Octal16515425440450413703467
Binary111010111011001010110010000010010101000011111100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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