#726BAA

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

Shades of Scampi #726BAA

Tints of Scampi #726BAA

Color information

#726BAA (or 0x726BAA) is unknown color: approx Scampi. HEX triplet: 72, 6B and AA. RGB value is (114,107,170). Sum of RGB (Red+Green+Blue) = 114+107+170=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #726BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726BAA is #8D9455. Grayscale: #747474. Windows color (decimal): -9278550 or 11168626. OLE color: 11168626.

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

Color convert

RGB114107170-
CMYK0.330.3700.33
HSL246.67º27.04%54.31%-
HSV(B)246.67º37.06%66.67%-
XYZ19.451740.29-
YUV116.28158.32126.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=29.16%
G=27.37%
B=43.48%

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
Decimal1141071700.330.3700.33246.6727.0454.31
Hex726BAA2125021f71b36
Octal16215325241450413673366
Binary111001011010111010101010000110010101000011111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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