Shades of Scampi #736AAA
Tints of Scampi #736AAA
RGB
CMYK
RGB Variations
Color information
#736AAA (or 0x736AAA) is known color: Scampi. HEX triplet: 73, 6A and AA. RGB value is (115,106,170). Sum of RGB (Red+Green+Blue) = 115+106+170=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 106 (41.80% from 255 or 27.11% 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 #736AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAA is #8C9555. Grayscale: #737373. Windows color (decimal): -9213270 or 11168371. OLE color: 11168371.
HSL color Cylindrical-coordinate representation of color #736AAA: hue angle of 248.44º 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 #736AAA is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 106 | 170 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.33 |
| HSL | 248.44º | 0.27% | 0.54% | - |
| HSV(B) | 248.44º | 0.38% | 0.67% | - |
| XYZ | 19.48 | 16.86 | 40.26 | - |
| YUV | 115.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 170 | 0.32 | 0.38 | 0 | 0.33 | 248.44 | 0.27 | 0.54 |
| Hex | 73 | 6A | AA | 20 | 26 | 0 | 21 | F8 | 1B | 36 |
| Octal | 163 | 152 | 252 | 40 | 46 | 0 | 41 | 370 | 33 | 66 |
| Binary | 1110011 | 1101010 | 10101010 | 100000 | 100110 | 0 | 100001 | 11111000 | 11011 | 110110 |
Color Harmonies of #736AAA
Complementary color
Monochromatic Colors of #736AAA
Black with #736AAA
Text Example
Text Example
White with #736AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AAA; }
p { color: rgb(115,106,170); }
H1.HeaderClassName
{
color: #736AAA;
}
.AnyTagClassName
{
color: #736AAA;
}
</style>
background-color css
<style>
a { background-color: #736AAA; }
a { background-color: rgb(115,106,170); }
div.DivClassName
{
background-color: #736AAA;
}
.BgClassName
{
background-color: #736AAA;
}
</style>
border-color css
<style>
span { border-color: #736AAA; }
span { border-color: rgb(115,106,170); }
td.TdClassName
{
border-color: #736AAA;
}
.TagClassName
{
border-color: #736AAA;
}
</style>