Shades of Scampi #74709F
Tints of Scampi #74709F
RGB
CMYK
RGB Variations
Color information
#74709F (or 0x74709F) is known color: Scampi. HEX triplet: 74, 70 and 9F. RGB value is (116,112,159). Sum of RGB (Red+Green+Blue) = 116+112+159=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #74709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74709F is #8B8F60. Grayscale: #767676. Windows color (decimal): -9146209 or 10449012. OLE color: 10449012.
HSL color Cylindrical-coordinate representation of color #74709F: hue angle of 245.11º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74709F is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 112 | 159 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.38 |
| HSL | 245.11º | 0.2% | 0.53% | - |
| HSV(B) | 245.11º | 0.3% | 0.62% | - |
| XYZ | 19.25 | 17.8 | 35.22 | - |
| YUV | 118.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 159 | 0.27 | 0.30 | 0 | 0.38 | 245.11 | 0.2 | 0.53 |
| Hex | 74 | 70 | 9F | 1B | 1E | 0 | 26 | F5 | 14 | 35 |
| Octal | 164 | 160 | 237 | 33 | 36 | 0 | 46 | 365 | 24 | 65 |
| Binary | 1110100 | 1110000 | 10011111 | 11011 | 11110 | 0 | 100110 | 11110101 | 10100 | 110101 |
Color Harmonies of #74709F
Complementary color
Monochromatic Colors of #74709F
Black with #74709F
Text Example
Text Example
White with #74709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74709F; }
p { color: rgb(116,112,159); }
H1.HeaderClassName
{
color: #74709F;
}
.AnyTagClassName
{
color: #74709F;
}
</style>
background-color css
<style>
a { background-color: #74709F; }
a { background-color: rgb(116,112,159); }
div.DivClassName
{
background-color: #74709F;
}
.BgClassName
{
background-color: #74709F;
}
</style>
border-color css
<style>
span { border-color: #74709F; }
span { border-color: rgb(116,112,159); }
td.TdClassName
{
border-color: #74709F;
}
.TagClassName
{
border-color: #74709F;
}
</style>