Shades of Scampi #7461AA
Tints of Scampi #7461AA
RGB
CMYK
RGB Variations
Color information
#7461AA (or 0x7461AA) is known color: Scampi. HEX triplet: 74, 61 and AA. RGB value is (116,97,170). Sum of RGB (Red+Green+Blue) = 116+97+170=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7461AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7461AA is #8B9E55. Grayscale: #6E6E6E. Windows color (decimal): -9150038 or 11166068. OLE color: 11166068.
HSL color Cylindrical-coordinate representation of color #7461AA: hue angle of 255.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7461AA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 97 | 170 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.33 |
| HSL | 255.62º | 0.3% | 0.52% | - |
| HSV(B) | 255.62º | 0.43% | 0.67% | - |
| XYZ | 18.73 | 15.16 | 39.97 | - |
| YUV | 111 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 170 | 0.32 | 0.43 | 0 | 0.33 | 255.62 | 0.3 | 0.52 |
| Hex | 74 | 61 | AA | 20 | 2B | 0 | 21 | 100 | 1E | 34 |
| Octal | 164 | 141 | 252 | 40 | 53 | 0 | 41 | 400 | 36 | 64 |
| Binary | 1110100 | 1100001 | 10101010 | 100000 | 101011 | 0 | 100001 | 100000000 | 11110 | 110100 |
Color Harmonies of #7461AA
Complementary color
Monochromatic Colors of #7461AA
Black with #7461AA
Text Example
Text Example
White with #7461AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461AA; }
p { color: rgb(116,97,170); }
H1.HeaderClassName
{
color: #7461AA;
}
.AnyTagClassName
{
color: #7461AA;
}
</style>
background-color css
<style>
a { background-color: #7461AA; }
a { background-color: rgb(116,97,170); }
div.DivClassName
{
background-color: #7461AA;
}
.BgClassName
{
background-color: #7461AA;
}
</style>
border-color css
<style>
span { border-color: #7461AA; }
span { border-color: rgb(116,97,170); }
td.TdClassName
{
border-color: #7461AA;
}
.TagClassName
{
border-color: #7461AA;
}
</style>