Shades of Scampi #72609C
Tints of Scampi #72609C
RGB
CMYK
RGB Variations
Color information
#72609C (or 0x72609C) is known color: Scampi. HEX triplet: 72, 60 and 9C. RGB value is (114,96,156). Sum of RGB (Red+Green+Blue) = 114+96+156=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #72609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609C is #8D9F63. Grayscale: #6C6C6C. Windows color (decimal): -9281380 or 10248306. OLE color: 10248306.
HSL color Cylindrical-coordinate representation of color #72609C: hue angle of 258º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72609C is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 96 | 156 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.39 |
| HSL | 258º | 0.24% | 0.49% | - |
| HSV(B) | 258º | 0.38% | 0.61% | - |
| XYZ | 17.12 | 14.34 | 33.32 | - |
| YUV | 108.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 156 | 0.27 | 0.38 | 0 | 0.39 | 258 | 0.24 | 0.49 |
| Hex | 72 | 60 | 9C | 1B | 26 | 0 | 27 | 102 | 18 | 31 |
| Octal | 162 | 140 | 234 | 33 | 46 | 0 | 47 | 402 | 30 | 61 |
| Binary | 1110010 | 1100000 | 10011100 | 11011 | 100110 | 0 | 100111 | 100000010 | 11000 | 110001 |
Color Harmonies of #72609C
Complementary color
Monochromatic Colors of #72609C
Black with #72609C
Text Example
Text Example
White with #72609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72609C; }
p { color: rgb(114,96,156); }
H1.HeaderClassName
{
color: #72609C;
}
.AnyTagClassName
{
color: #72609C;
}
</style>
background-color css
<style>
a { background-color: #72609C; }
a { background-color: rgb(114,96,156); }
div.DivClassName
{
background-color: #72609C;
}
.BgClassName
{
background-color: #72609C;
}
</style>
border-color css
<style>
span { border-color: #72609C; }
span { border-color: rgb(114,96,156); }
td.TdClassName
{
border-color: #72609C;
}
.TagClassName
{
border-color: #72609C;
}
</style>