Shades of Scampi #726BAA
Tints of Scampi #726BAA
RGB
CMYK
RGB Variations
Color information
#726BAA (or 0x726BAA) is known color: 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
| RGB | 114 | 107 | 170 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.33 |
| HSL | 246.67º | 0.27% | 0.54% | - |
| HSV(B) | 246.67º | 0.37% | 0.67% | - |
| XYZ | 19.45 | 17 | 40.29 | - |
| YUV | 116.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 170 | 0.33 | 0.37 | 0 | 0.33 | 246.67 | 0.27 | 0.54 |
| Hex | 72 | 6B | AA | 21 | 25 | 0 | 21 | F7 | 1B | 36 |
| Octal | 162 | 153 | 252 | 41 | 45 | 0 | 41 | 367 | 33 | 66 |
| Binary | 1110010 | 1101011 | 10101010 | 100001 | 100101 | 0 | 100001 | 11110111 | 11011 | 110110 |
Color Harmonies of #726BAA
Complementary color
Monochromatic Colors of #726BAA
Black with #726BAA
Text Example
Text Example
White with #726BAA
Text Example
Text Example
HTML Codes & Css Web 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>