Shades of Scampi #70719C
Tints of Scampi #70719C
RGB
CMYK
RGB Variations
Color information
#70719C (or 0x70719C) is known color: Scampi. HEX triplet: 70, 71 and 9C. RGB value is (112,113,156). Sum of RGB (Red+Green+Blue) = 112+113+156=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #70719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719C is #8F8E63. Grayscale: #757575. Windows color (decimal): -9408100 or 10252656. OLE color: 10252656.
HSL color Cylindrical-coordinate representation of color #70719C: hue angle of 238.64º 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 #70719C is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 113 | 156 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.39 |
| HSL | 238.64º | 0.18% | 0.53% | - |
| HSV(B) | 238.64º | 0.28% | 0.61% | - |
| XYZ | 18.59 | 17.66 | 33.88 | - |
| YUV | 117.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 156 | 0.28 | 0.28 | 0 | 0.39 | 238.64 | 0.18 | 0.53 |
| Hex | 70 | 71 | 9C | 1C | 1C | 0 | 27 | EF | 12 | 35 |
| Octal | 160 | 161 | 234 | 34 | 34 | 0 | 47 | 357 | 22 | 65 |
| Binary | 1110000 | 1110001 | 10011100 | 11100 | 11100 | 0 | 100111 | 11101111 | 10010 | 110101 |
Color Harmonies of #70719C
Complementary color
Monochromatic Colors of #70719C
Black with #70719C
Text Example
Text Example
White with #70719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70719C; }
p { color: rgb(112,113,156); }
H1.HeaderClassName
{
color: #70719C;
}
.AnyTagClassName
{
color: #70719C;
}
</style>
background-color css
<style>
a { background-color: #70719C; }
a { background-color: rgb(112,113,156); }
div.DivClassName
{
background-color: #70719C;
}
.BgClassName
{
background-color: #70719C;
}
</style>
border-color css
<style>
span { border-color: #70719C; }
span { border-color: rgb(112,113,156); }
td.TdClassName
{
border-color: #70719C;
}
.TagClassName
{
border-color: #70719C;
}
</style>