Shades of Scampi #74609A
Tints of Scampi #74609A
RGB
CMYK
RGB Variations
Color information
#74609A (or 0x74609A) is known color: Scampi. HEX triplet: 74, 60 and 9A. RGB value is (116,96,154). Sum of RGB (Red+Green+Blue) = 116+96+154=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #74609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74609A is #8B9F65. Grayscale: #6C6C6C. Windows color (decimal): -9150310 or 10117236. OLE color: 10117236.
HSL color Cylindrical-coordinate representation of color #74609A: hue angle of 260.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74609A is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 96 | 154 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.40 |
| HSL | 260.69º | 0.23% | 0.49% | - |
| HSV(B) | 260.69º | 0.38% | 0.6% | - |
| XYZ | 17.22 | 14.41 | 32.45 | - |
| YUV | 108.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 154 | 0.25 | 0.38 | 0 | 0.40 | 260.69 | 0.23 | 0.49 |
| Hex | 74 | 60 | 9A | 19 | 26 | 0 | 28 | 105 | 17 | 31 |
| Octal | 164 | 140 | 232 | 31 | 46 | 0 | 50 | 405 | 27 | 61 |
| Binary | 1110100 | 1100000 | 10011010 | 11001 | 100110 | 0 | 101000 | 100000101 | 10111 | 110001 |
Color Harmonies of #74609A
Complementary color
Monochromatic Colors of #74609A
Black with #74609A
Text Example
Text Example
White with #74609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74609A; }
p { color: rgb(116,96,154); }
H1.HeaderClassName
{
color: #74609A;
}
.AnyTagClassName
{
color: #74609A;
}
</style>
background-color css
<style>
a { background-color: #74609A; }
a { background-color: rgb(116,96,154); }
div.DivClassName
{
background-color: #74609A;
}
.BgClassName
{
background-color: #74609A;
}
</style>
border-color css
<style>
span { border-color: #74609A; }
span { border-color: rgb(116,96,154); }
td.TdClassName
{
border-color: #74609A;
}
.TagClassName
{
border-color: #74609A;
}
</style>