Shades of Scampi #72749C
Tints of Scampi #72749C
RGB
CMYK
RGB Variations
Color information
#72749C (or 0x72749C) is known color: Scampi. HEX triplet: 72, 74 and 9C. RGB value is (114,116,156). Sum of RGB (Red+Green+Blue) = 114+116+156=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #72749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72749C is #8D8B63. Grayscale: #777777. Windows color (decimal): -9276260 or 10253426. OLE color: 10253426.
HSL color Cylindrical-coordinate representation of color #72749C: hue angle of 237.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72749C is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 116 | 156 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.39 |
| HSL | 237.14º | 0.18% | 0.53% | - |
| HSV(B) | 237.14º | 0.27% | 0.61% | - |
| XYZ | 19.19 | 18.47 | 34.01 | - |
| YUV | 119.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 116 | 156 | 0.27 | 0.26 | 0 | 0.39 | 237.14 | 0.18 | 0.53 |
| Hex | 72 | 74 | 9C | 1B | 1A | 0 | 27 | ED | 12 | 35 |
| Octal | 162 | 164 | 234 | 33 | 32 | 0 | 47 | 355 | 22 | 65 |
| Binary | 1110010 | 1110100 | 10011100 | 11011 | 11010 | 0 | 100111 | 11101101 | 10010 | 110101 |
Color Harmonies of #72749C
Complementary color
Monochromatic Colors of #72749C
Black with #72749C
Text Example
Text Example
White with #72749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72749C; }
p { color: rgb(114,116,156); }
H1.HeaderClassName
{
color: #72749C;
}
.AnyTagClassName
{
color: #72749C;
}
</style>
background-color css
<style>
a { background-color: #72749C; }
a { background-color: rgb(114,116,156); }
div.DivClassName
{
background-color: #72749C;
}
.BgClassName
{
background-color: #72749C;
}
</style>
border-color css
<style>
span { border-color: #72749C; }
span { border-color: rgb(114,116,156); }
td.TdClassName
{
border-color: #72749C;
}
.TagClassName
{
border-color: #72749C;
}
</style>