Shades of Scampi #75709C
Tints of Scampi #75709C
RGB
CMYK
RGB Variations
Color information
#75709C (or 0x75709C) is known color: Scampi. HEX triplet: 75, 70 and 9C. RGB value is (117,112,156). Sum of RGB (Red+Green+Blue) = 117+112+156=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #75709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75709C is #8A8F63. Grayscale: #767676. Windows color (decimal): -9080676 or 10252405. OLE color: 10252405.
HSL color Cylindrical-coordinate representation of color #75709C: hue angle of 246.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75709C is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 112 | 156 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.39 |
| HSL | 246.82º | 0.18% | 0.53% | - |
| HSV(B) | 246.82º | 0.28% | 0.61% | - |
| XYZ | 19.13 | 17.77 | 33.87 | - |
| YUV | 118.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 156 | 0.25 | 0.28 | 0 | 0.39 | 246.82 | 0.18 | 0.53 |
| Hex | 75 | 70 | 9C | 19 | 1C | 0 | 27 | F7 | 12 | 35 |
| Octal | 165 | 160 | 234 | 31 | 34 | 0 | 47 | 367 | 22 | 65 |
| Binary | 1110101 | 1110000 | 10011100 | 11001 | 11100 | 0 | 100111 | 11110111 | 10010 | 110101 |
Color Harmonies of #75709C
Complementary color
Monochromatic Colors of #75709C
Black with #75709C
Text Example
Text Example
White with #75709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75709C; }
p { color: rgb(117,112,156); }
H1.HeaderClassName
{
color: #75709C;
}
.AnyTagClassName
{
color: #75709C;
}
</style>
background-color css
<style>
a { background-color: #75709C; }
a { background-color: rgb(117,112,156); }
div.DivClassName
{
background-color: #75709C;
}
.BgClassName
{
background-color: #75709C;
}
</style>
border-color css
<style>
span { border-color: #75709C; }
span { border-color: rgb(117,112,156); }
td.TdClassName
{
border-color: #75709C;
}
.TagClassName
{
border-color: #75709C;
}
</style>