Shades of Scampi #70729A
Tints of Scampi #70729A
RGB
CMYK
RGB Variations
Color information
#70729A (or 0x70729A) is known color: Scampi. HEX triplet: 70, 72 and 9A. RGB value is (112,114,154). Sum of RGB (Red+Green+Blue) = 112+114+154=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #70729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70729A is #8F8D65. Grayscale: #757575. Windows color (decimal): -9407846 or 10121840. OLE color: 10121840.
HSL color Cylindrical-coordinate representation of color #70729A: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70729A is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 114 | 154 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.40 |
| HSL | 237.14º | 0.17% | 0.52% | - |
| HSV(B) | 237.14º | 0.27% | 0.6% | - |
| XYZ | 18.53 | 17.81 | 33.03 | - |
| YUV | 117.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 114 | 154 | 0.27 | 0.26 | 0 | 0.40 | 237.14 | 0.17 | 0.52 |
| Hex | 70 | 72 | 9A | 1B | 1A | 0 | 28 | ED | 11 | 34 |
| Octal | 160 | 162 | 232 | 33 | 32 | 0 | 50 | 355 | 21 | 64 |
| Binary | 1110000 | 1110010 | 10011010 | 11011 | 11010 | 0 | 101000 | 11101101 | 10001 | 110100 |
Color Harmonies of #70729A
Complementary color
Monochromatic Colors of #70729A
Black with #70729A
Text Example
Text Example
White with #70729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70729A; }
p { color: rgb(112,114,154); }
H1.HeaderClassName
{
color: #70729A;
}
.AnyTagClassName
{
color: #70729A;
}
</style>
background-color css
<style>
a { background-color: #70729A; }
a { background-color: rgb(112,114,154); }
div.DivClassName
{
background-color: #70729A;
}
.BgClassName
{
background-color: #70729A;
}
</style>
border-color css
<style>
span { border-color: #70729A; }
span { border-color: rgb(112,114,154); }
td.TdClassName
{
border-color: #70729A;
}
.TagClassName
{
border-color: #70729A;
}
</style>