Shades of Scampi #736AAC
Tints of Scampi #736AAC
RGB
CMYK
RGB Variations
Color information
#736AAC (or 0x736AAC) is known color: Scampi. HEX triplet: 73, 6A and AC. RGB value is (115,106,172). Sum of RGB (Red+Green+Blue) = 115+106+172=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #736AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736AAC is #8C9553. Grayscale: #737373. Windows color (decimal): -9213268 or 11299443. OLE color: 11299443.
HSL color Cylindrical-coordinate representation of color #736AAC: hue angle of 248.18º 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 #736AAC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 106 | 172 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.33 |
| HSL | 248.18º | 0.28% | 0.55% | - |
| HSV(B) | 248.18º | 0.38% | 0.67% | - |
| XYZ | 19.67 | 16.93 | 41.26 | - |
| YUV | 116.22 | 159.48 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 172 | 0.33 | 0.38 | 0 | 0.33 | 248.18 | 0.28 | 0.55 |
| Hex | 73 | 6A | AC | 21 | 26 | 0 | 21 | F8 | 1C | 37 |
| Octal | 163 | 152 | 254 | 41 | 46 | 0 | 41 | 370 | 34 | 67 |
| Binary | 1110011 | 1101010 | 10101100 | 100001 | 100110 | 0 | 100001 | 11111000 | 11100 | 110111 |
Color Harmonies of #736AAC
Complementary color
Monochromatic Colors of #736AAC
Black with #736AAC
Text Example
Text Example
White with #736AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736AAC; }
p { color: rgb(115,106,172); }
H1.HeaderClassName
{
color: #736AAC;
}
.AnyTagClassName
{
color: #736AAC;
}
</style>
background-color css
<style>
a { background-color: #736AAC; }
a { background-color: rgb(115,106,172); }
div.DivClassName
{
background-color: #736AAC;
}
.BgClassName
{
background-color: #736AAC;
}
</style>
border-color css
<style>
span { border-color: #736AAC; }
span { border-color: rgb(115,106,172); }
td.TdClassName
{
border-color: #736AAC;
}
.TagClassName
{
border-color: #736AAC;
}
</style>