Shades of Scampi #74759D
Tints of Scampi #74759D
RGB
CMYK
RGB Variations
Color information
#74759D (or 0x74759D) is known color: Scampi. HEX triplet: 74, 75 and 9D. RGB value is (116,117,157). Sum of RGB (Red+Green+Blue) = 116+117+157=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #74759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759D is #8B8A62. Grayscale: #797979. Windows color (decimal): -9144931 or 10319220. OLE color: 10319220.
HSL color Cylindrical-coordinate representation of color #74759D: hue angle of 238.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74759D is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 117 | 157 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.38 |
| HSL | 238.54º | 0.17% | 0.54% | - |
| HSV(B) | 238.54º | 0.26% | 0.62% | - |
| XYZ | 19.65 | 18.87 | 34.5 | - |
| YUV | 121.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 157 | 0.26 | 0.25 | 0 | 0.38 | 238.54 | 0.17 | 0.54 |
| Hex | 74 | 75 | 9D | 1A | 19 | 0 | 26 | EF | 11 | 36 |
| Octal | 164 | 165 | 235 | 32 | 31 | 0 | 46 | 357 | 21 | 66 |
| Binary | 1110100 | 1110101 | 10011101 | 11010 | 11001 | 0 | 100110 | 11101111 | 10001 | 110110 |
Color Harmonies of #74759D
Complementary color
Monochromatic Colors of #74759D
Black with #74759D
Text Example
Text Example
White with #74759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74759D; }
p { color: rgb(116,117,157); }
H1.HeaderClassName
{
color: #74759D;
}
.AnyTagClassName
{
color: #74759D;
}
</style>
background-color css
<style>
a { background-color: #74759D; }
a { background-color: rgb(116,117,157); }
div.DivClassName
{
background-color: #74759D;
}
.BgClassName
{
background-color: #74759D;
}
</style>
border-color css
<style>
span { border-color: #74759D; }
span { border-color: rgb(116,117,157); }
td.TdClassName
{
border-color: #74759D;
}
.TagClassName
{
border-color: #74759D;
}
</style>