Shades of Scampi #74749A
Tints of Scampi #74749A
RGB
CMYK
RGB Variations
Color information
#74749A (or 0x74749A) is known color: Scampi. HEX triplet: 74, 74 and 9A. RGB value is (116,116,154). Sum of RGB (Red+Green+Blue) = 116+116+154=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #74749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74749A is #8B8B65. Grayscale: #787878. Windows color (decimal): -9145190 or 10122356. OLE color: 10122356.
HSL color Cylindrical-coordinate representation of color #74749A: hue angle of 240º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74749A is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 116 | 154 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.40 |
| HSL | 240º | 0.16% | 0.53% | - |
| HSV(B) | 240º | 0.25% | 0.6% | - |
| XYZ | 19.28 | 18.54 | 33.13 | - |
| YUV | 120.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 154 | 0.25 | 0.25 | 0 | 0.40 | 240 | 0.16 | 0.53 |
| Hex | 74 | 74 | 9A | 19 | 19 | 0 | 28 | F0 | 10 | 35 |
| Octal | 164 | 164 | 232 | 31 | 31 | 0 | 50 | 360 | 20 | 65 |
| Binary | 1110100 | 1110100 | 10011010 | 11001 | 11001 | 0 | 101000 | 11110000 | 10000 | 110101 |
Color Harmonies of #74749A
Complementary color
Monochromatic Colors of #74749A
Black with #74749A
Text Example
Text Example
White with #74749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74749A; }
p { color: rgb(116,116,154); }
H1.HeaderClassName
{
color: #74749A;
}
.AnyTagClassName
{
color: #74749A;
}
</style>
background-color css
<style>
a { background-color: #74749A; }
a { background-color: rgb(116,116,154); }
div.DivClassName
{
background-color: #74749A;
}
.BgClassName
{
background-color: #74749A;
}
</style>
border-color css
<style>
span { border-color: #74749A; }
span { border-color: rgb(116,116,154); }
td.TdClassName
{
border-color: #74749A;
}
.TagClassName
{
border-color: #74749A;
}
</style>