Shades of Scampi #72708E
Tints of Scampi #72708E
RGB
CMYK
RGB Variations
Color information
#72708E (or 0x72708E) is known color: Scampi. HEX triplet: 72, 70 and 8E. RGB value is (114,112,142). Sum of RGB (Red+Green+Blue) = 114+112+142=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #72708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72708E is #8D8F71. Grayscale: #737373. Windows color (decimal): -9277298 or 9334898. OLE color: 9334898.
HSL color Cylindrical-coordinate representation of color #72708E: hue angle of 244º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72708E is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 112 | 142 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.44 |
| HSL | 244º | 0.12% | 0.5% | - |
| HSV(B) | 244º | 0.21% | 0.56% | - |
| XYZ | 17.62 | 17.12 | 27.97 | - |
| YUV | 116.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 142 | 0.20 | 0.21 | 0 | 0.44 | 244 | 0.12 | 0.5 |
| Hex | 72 | 70 | 8E | 14 | 15 | 0 | 2C | F4 | C | 32 |
| Octal | 162 | 160 | 216 | 24 | 25 | 0 | 54 | 364 | 14 | 62 |
| Binary | 1110010 | 1110000 | 10001110 | 10100 | 10101 | 0 | 101100 | 11110100 | 1100 | 110010 |
Color Harmonies of #72708E
Complementary color
Monochromatic Colors of #72708E
Black with #72708E
Text Example
Text Example
White with #72708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72708E; }
p { color: rgb(114,112,142); }
H1.HeaderClassName
{
color: #72708E;
}
.AnyTagClassName
{
color: #72708E;
}
</style>
background-color css
<style>
a { background-color: #72708E; }
a { background-color: rgb(114,112,142); }
div.DivClassName
{
background-color: #72708E;
}
.BgClassName
{
background-color: #72708E;
}
</style>
border-color css
<style>
span { border-color: #72708E; }
span { border-color: rgb(114,112,142); }
td.TdClassName
{
border-color: #72708E;
}
.TagClassName
{
border-color: #72708E;
}
</style>