Shades of Scampi #74718B
Tints of Scampi #74718B
RGB
CMYK
RGB Variations
Color information
#74718B (or 0x74718B) is known color: Scampi. HEX triplet: 74, 71 and 8B. RGB value is (116,113,139). Sum of RGB (Red+Green+Blue) = 116+113+139=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #74718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74718B is #8B8E74. Grayscale: #747474. Windows color (decimal): -9145973 or 9138548. OLE color: 9138548.
HSL color Cylindrical-coordinate representation of color #74718B: hue angle of 246.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #74718B is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 113 | 139 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.45 |
| HSL | 246.92º | 0.1% | 0.49% | - |
| HSV(B) | 246.92º | 0.19% | 0.55% | - |
| XYZ | 17.77 | 17.39 | 26.85 | - |
| YUV | 116.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 139 | 0.17 | 0.19 | 0 | 0.45 | 246.92 | 0.1 | 0.49 |
| Hex | 74 | 71 | 8B | 11 | 13 | 0 | 2D | F7 | A | 31 |
| Octal | 164 | 161 | 213 | 21 | 23 | 0 | 55 | 367 | 12 | 61 |
| Binary | 1110100 | 1110001 | 10001011 | 10001 | 10011 | 0 | 101101 | 11110111 | 1010 | 110001 |
Color Harmonies of #74718B
Complementary color
Monochromatic Colors of #74718B
Black with #74718B
Text Example
Text Example
White with #74718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74718B; }
p { color: rgb(116,113,139); }
H1.HeaderClassName
{
color: #74718B;
}
.AnyTagClassName
{
color: #74718B;
}
</style>
background-color css
<style>
a { background-color: #74718B; }
a { background-color: rgb(116,113,139); }
div.DivClassName
{
background-color: #74718B;
}
.BgClassName
{
background-color: #74718B;
}
</style>
border-color css
<style>
span { border-color: #74718B; }
span { border-color: rgb(116,113,139); }
td.TdClassName
{
border-color: #74718B;
}
.TagClassName
{
border-color: #74718B;
}
</style>