Shades of Scampi #74669A
Tints of Scampi #74669A
RGB
CMYK
RGB Variations
Color information
#74669A (or 0x74669A) is known color: Scampi. HEX triplet: 74, 66 and 9A. RGB value is (116,102,154). Sum of RGB (Red+Green+Blue) = 116+102+154=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #74669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74669A is #8B9965. Grayscale: #6F6F6F. Windows color (decimal): -9148774 or 10118772. OLE color: 10118772.
HSL color Cylindrical-coordinate representation of color #74669A: hue angle of 256.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74669A is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 102 | 154 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.40 |
| HSL | 256.15º | 0.2% | 0.5% | - |
| HSV(B) | 256.15º | 0.34% | 0.6% | - |
| XYZ | 17.79 | 15.55 | 32.64 | - |
| YUV | 112.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 154 | 0.25 | 0.34 | 0 | 0.40 | 256.15 | 0.2 | 0.5 |
| Hex | 74 | 66 | 9A | 19 | 22 | 0 | 28 | 100 | 14 | 32 |
| Octal | 164 | 146 | 232 | 31 | 42 | 0 | 50 | 400 | 24 | 62 |
| Binary | 1110100 | 1100110 | 10011010 | 11001 | 100010 | 0 | 101000 | 100000000 | 10100 | 110010 |
Color Harmonies of #74669A
Complementary color
Monochromatic Colors of #74669A
Black with #74669A
Text Example
Text Example
White with #74669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74669A; }
p { color: rgb(116,102,154); }
H1.HeaderClassName
{
color: #74669A;
}
.AnyTagClassName
{
color: #74669A;
}
</style>
background-color css
<style>
a { background-color: #74669A; }
a { background-color: rgb(116,102,154); }
div.DivClassName
{
background-color: #74669A;
}
.BgClassName
{
background-color: #74669A;
}
</style>
border-color css
<style>
span { border-color: #74669A; }
span { border-color: rgb(116,102,154); }
td.TdClassName
{
border-color: #74669A;
}
.TagClassName
{
border-color: #74669A;
}
</style>