Shades of Scampi #72718C
Tints of Scampi #72718C
RGB
CMYK
RGB Variations
Color information
#72718C (or 0x72718C) is known color: Scampi. HEX triplet: 72, 71 and 8C. RGB value is (114,113,140). Sum of RGB (Red+Green+Blue) = 114+113+140=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 140 - color contains mainly: blue. Hex color #72718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72718C is #8D8E73. Grayscale: #747474. Windows color (decimal): -9277044 or 9204082. OLE color: 9204082.
HSL color Cylindrical-coordinate representation of color #72718C: hue angle of 242.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72718C is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 113 | 140 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.45 |
| HSL | 242.22º | 0.11% | 0.5% | - |
| HSV(B) | 242.22º | 0.19% | 0.55% | - |
| XYZ | 17.58 | 17.28 | 27.22 | - |
| YUV | 116.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 140 | 0.19 | 0.19 | 0 | 0.45 | 242.22 | 0.11 | 0.5 |
| Hex | 72 | 71 | 8C | 13 | 13 | 0 | 2D | F2 | B | 32 |
| Octal | 162 | 161 | 214 | 23 | 23 | 0 | 55 | 362 | 13 | 62 |
| Binary | 1110010 | 1110001 | 10001100 | 10011 | 10011 | 0 | 101101 | 11110010 | 1011 | 110010 |
Color Harmonies of #72718C
Complementary color
Monochromatic Colors of #72718C
Black with #72718C
Text Example
Text Example
White with #72718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72718C; }
p { color: rgb(114,113,140); }
H1.HeaderClassName
{
color: #72718C;
}
.AnyTagClassName
{
color: #72718C;
}
</style>
background-color css
<style>
a { background-color: #72718C; }
a { background-color: rgb(114,113,140); }
div.DivClassName
{
background-color: #72718C;
}
.BgClassName
{
background-color: #72718C;
}
</style>
border-color css
<style>
span { border-color: #72718C; }
span { border-color: rgb(114,113,140); }
td.TdClassName
{
border-color: #72718C;
}
.TagClassName
{
border-color: #72718C;
}
</style>