Shades of Scampi #74718E
Tints of Scampi #74718E
RGB
CMYK
RGB Variations
Color information
#74718E (or 0x74718E) is known color: Scampi. HEX triplet: 74, 71 and 8E. RGB value is (116,113,142). Sum of RGB (Red+Green+Blue) = 116+113+142=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #74718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74718E is #8B8E71. Grayscale: #757575. Windows color (decimal): -9145970 or 9335156. OLE color: 9335156.
HSL color Cylindrical-coordinate representation of color #74718E: hue angle of 246.21º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74718E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 113 | 142 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.44 |
| HSL | 246.21º | 0.11% | 0.5% | - |
| HSV(B) | 246.21º | 0.2% | 0.56% | - |
| XYZ | 17.99 | 17.48 | 28.02 | - |
| YUV | 117.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 142 | 0.18 | 0.20 | 0 | 0.44 | 246.21 | 0.11 | 0.5 |
| Hex | 74 | 71 | 8E | 12 | 14 | 0 | 2C | F6 | B | 32 |
| Octal | 164 | 161 | 216 | 22 | 24 | 0 | 54 | 366 | 13 | 62 |
| Binary | 1110100 | 1110001 | 10001110 | 10010 | 10100 | 0 | 101100 | 11110110 | 1011 | 110010 |
Color Harmonies of #74718E
Complementary color
Monochromatic Colors of #74718E
Black with #74718E
Text Example
Text Example
White with #74718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74718E; }
p { color: rgb(116,113,142); }
H1.HeaderClassName
{
color: #74718E;
}
.AnyTagClassName
{
color: #74718E;
}
</style>
background-color css
<style>
a { background-color: #74718E; }
a { background-color: rgb(116,113,142); }
div.DivClassName
{
background-color: #74718E;
}
.BgClassName
{
background-color: #74718E;
}
</style>
border-color css
<style>
span { border-color: #74718E; }
span { border-color: rgb(116,113,142); }
td.TdClassName
{
border-color: #74718E;
}
.TagClassName
{
border-color: #74718E;
}
</style>