#726AAA

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

Shades of Scampi #726AAA

Tints of Scampi #726AAA

Color information

#726AAA (or 0x726AAA) is unknown color: approx Scampi. HEX triplet: 72, 6A and AA. RGB value is (114,106,170). Sum of RGB (Red+Green+Blue) = 114+106+170=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #726AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726AAA is #8D9555. Grayscale: #737373. Windows color (decimal): -9278806 or 11168370. OLE color: 11168370.

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

Color convert

RGB114106170-
CMYK0.330.3800.33
HSL247.5º27.35%54.12%-
HSV(B)247.5º37.65%66.67%-
XYZ19.3516.7940.25-
YUV115.69158.65126.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=29.23%
G=27.18%
B=43.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141061700.330.3800.33247.527.3554.12
Hex726AAA2126021f81b36
Octal16215225241460413703366
Binary111001011010101010101010000110011001000011111100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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