Shades of Scampi #74719F
Tints of Scampi #74719F
RGB
CMYK
RGB Variations
Color information
#74719F (or 0x74719F) is known color: Scampi. HEX triplet: 74, 71 and 9F. RGB value is (116,113,159). Sum of RGB (Red+Green+Blue) = 116+113+159=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #74719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74719F is #8B8E60. Grayscale: #767676. Windows color (decimal): -9145953 or 10449268. OLE color: 10449268.
HSL color Cylindrical-coordinate representation of color #74719F: hue angle of 243.91º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74719F is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 113 | 159 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.38 |
| HSL | 243.91º | 0.19% | 0.53% | - |
| HSV(B) | 243.91º | 0.29% | 0.62% | - |
| XYZ | 19.37 | 18.03 | 35.26 | - |
| YUV | 119.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 159 | 0.27 | 0.29 | 0 | 0.38 | 243.91 | 0.19 | 0.53 |
| Hex | 74 | 71 | 9F | 1B | 1D | 0 | 26 | F4 | 13 | 35 |
| Octal | 164 | 161 | 237 | 33 | 35 | 0 | 46 | 364 | 23 | 65 |
| Binary | 1110100 | 1110001 | 10011111 | 11011 | 11101 | 0 | 100110 | 11110100 | 10011 | 110101 |
Color Harmonies of #74719F
Complementary color
Monochromatic Colors of #74719F
Black with #74719F
Text Example
Text Example
White with #74719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74719F; }
p { color: rgb(116,113,159); }
H1.HeaderClassName
{
color: #74719F;
}
.AnyTagClassName
{
color: #74719F;
}
</style>
background-color css
<style>
a { background-color: #74719F; }
a { background-color: rgb(116,113,159); }
div.DivClassName
{
background-color: #74719F;
}
.BgClassName
{
background-color: #74719F;
}
</style>
border-color css
<style>
span { border-color: #74719F; }
span { border-color: rgb(116,113,159); }
td.TdClassName
{
border-color: #74719F;
}
.TagClassName
{
border-color: #74719F;
}
</style>