Shades of Scampi #74759C
Tints of Scampi #74759C
RGB
CMYK
RGB Variations
Color information
#74759C (or 0x74759C) is known color: Scampi. HEX triplet: 74, 75 and 9C. RGB value is (116,117,156). Sum of RGB (Red+Green+Blue) = 116+117+156=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #74759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74759C is #8B8A63. Grayscale: #787878. Windows color (decimal): -9144932 or 10253684. OLE color: 10253684.
HSL color Cylindrical-coordinate representation of color #74759C: hue angle of 238.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74759C is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 117 | 156 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.39 |
| HSL | 238.5º | 0.17% | 0.53% | - |
| HSV(B) | 238.5º | 0.26% | 0.61% | - |
| XYZ | 19.56 | 18.84 | 34.06 | - |
| YUV | 121.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 156 | 0.26 | 0.25 | 0 | 0.39 | 238.5 | 0.17 | 0.53 |
| Hex | 74 | 75 | 9C | 1A | 19 | 0 | 27 | EE | 11 | 35 |
| Octal | 164 | 165 | 234 | 32 | 31 | 0 | 47 | 356 | 21 | 65 |
| Binary | 1110100 | 1110101 | 10011100 | 11010 | 11001 | 0 | 100111 | 11101110 | 10001 | 110101 |
Color Harmonies of #74759C
Complementary color
Monochromatic Colors of #74759C
Black with #74759C
Text Example
Text Example
White with #74759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74759C; }
p { color: rgb(116,117,156); }
H1.HeaderClassName
{
color: #74759C;
}
.AnyTagClassName
{
color: #74759C;
}
</style>
background-color css
<style>
a { background-color: #74759C; }
a { background-color: rgb(116,117,156); }
div.DivClassName
{
background-color: #74759C;
}
.BgClassName
{
background-color: #74759C;
}
</style>
border-color css
<style>
span { border-color: #74759C; }
span { border-color: rgb(116,117,156); }
td.TdClassName
{
border-color: #74759C;
}
.TagClassName
{
border-color: #74759C;
}
</style>