#756EAC

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

Shades of Scampi #756EAC

Tints of Scampi #756EAC

Color information

#756EAC (or 0x756EAC) is unknown color: approx Scampi. HEX triplet: 75, 6E and AC. RGB value is (117,110,172). Sum of RGB (Red+Green+Blue) = 117+110+172=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #756EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756EAC is #8A9153. Grayscale: #767676. Windows color (decimal): -9081172 or 11300469. OLE color: 11300469.

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

Color convert

RGB117110172-
CMYK0.320.3600.33
HSL246.77º27.19%55.29%-
HSV(B)246.77º36.05%67.45%-
XYZ20.3617.9141.41-
YUV119.16157.82126.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=29.32%
G=27.57%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171101720.320.3600.33246.7727.1955.29
Hex756EAC2024021f71b37
Octal16515625440440413673367
Binary111010111011101010110010000010010001000011111011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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