#726AAC

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

Shades of Scampi #726AAC

Tints of Scampi #726AAC

Color information

#726AAC (or 0x726AAC) is unknown color: approx Scampi. HEX triplet: 72, 6A and AC. RGB value is (114,106,172). Sum of RGB (Red+Green+Blue) = 114+106+172=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #726AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAC is #8D9553. Grayscale: #737373. Windows color (decimal): -9278804 or 11299442. OLE color: 11299442.

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

Color convert

RGB114106172-
CMYK0.340.3800.33
HSL247.27º28.45%54.51%-
HSV(B)247.27º38.37%67.45%-
XYZ19.5416.8641.25-
YUV115.92159.65126.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=29.08%
G=27.04%
B=43.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141061720.340.3800.33247.2728.4554.51
Hex726AAC2226021f71c37
Octal16215225442460413673467
Binary111001011010101010110010001010011001000011111011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726AAC; }

 p { color: rgb(114,106,172); }

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

<style>
 a { background-color: #726AAC; }

 a { background-color: rgb(114,106,172); }

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

<style>
 span { border-color: #726AAC; }

 span { border-color: rgb(114,106,172); }

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