Shades of Scampi #72708D
Tints of Scampi #72708D
RGB
CMYK
RGB Variations
Color information
#72708D (or 0x72708D) is known color: Scampi. HEX triplet: 72, 70 and 8D. RGB value is (114,112,141). Sum of RGB (Red+Green+Blue) = 114+112+141=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #72708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72708D is #8D8F72. Grayscale: #737373. Windows color (decimal): -9277299 or 9269362. OLE color: 9269362.
HSL color Cylindrical-coordinate representation of color #72708D: hue angle of 244.14º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72708D is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 112 | 141 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.45 |
| HSL | 244.14º | 0.11% | 0.5% | - |
| HSV(B) | 244.14º | 0.21% | 0.55% | - |
| XYZ | 17.54 | 17.09 | 27.57 | - |
| YUV | 115.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 141 | 0.19 | 0.21 | 0 | 0.45 | 244.14 | 0.11 | 0.5 |
| Hex | 72 | 70 | 8D | 13 | 15 | 0 | 2D | F4 | B | 32 |
| Octal | 162 | 160 | 215 | 23 | 25 | 0 | 55 | 364 | 13 | 62 |
| Binary | 1110010 | 1110000 | 10001101 | 10011 | 10101 | 0 | 101101 | 11110100 | 1011 | 110010 |
Color Harmonies of #72708D
Complementary color
Monochromatic Colors of #72708D
Black with #72708D
Text Example
Text Example
White with #72708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72708D; }
p { color: rgb(114,112,141); }
H1.HeaderClassName
{
color: #72708D;
}
.AnyTagClassName
{
color: #72708D;
}
</style>
background-color css
<style>
a { background-color: #72708D; }
a { background-color: rgb(114,112,141); }
div.DivClassName
{
background-color: #72708D;
}
.BgClassName
{
background-color: #72708D;
}
</style>
border-color css
<style>
span { border-color: #72708D; }
span { border-color: rgb(114,112,141); }
td.TdClassName
{
border-color: #72708D;
}
.TagClassName
{
border-color: #72708D;
}
</style>