Shades of Scampi #72629B
Tints of Scampi #72629B
RGB
CMYK
RGB Variations
Color information
#72629B (or 0x72629B) is known color: Scampi. HEX triplet: 72, 62 and 9B. RGB value is (114,98,155). Sum of RGB (Red+Green+Blue) = 114+98+155=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #72629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72629B is #8D9D64. Grayscale: #6D6D6D. Windows color (decimal): -9280869 or 10183282. OLE color: 10183282.
HSL color Cylindrical-coordinate representation of color #72629B: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72629B is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 98 | 155 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.39 |
| HSL | 256.84º | 0.23% | 0.5% | - |
| HSV(B) | 256.84º | 0.37% | 0.61% | - |
| XYZ | 17.22 | 14.68 | 32.94 | - |
| YUV | 109.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 155 | 0.26 | 0.37 | 0 | 0.39 | 256.84 | 0.23 | 0.5 |
| Hex | 72 | 62 | 9B | 1A | 25 | 0 | 27 | 101 | 17 | 32 |
| Octal | 162 | 142 | 233 | 32 | 45 | 0 | 47 | 401 | 27 | 62 |
| Binary | 1110010 | 1100010 | 10011011 | 11010 | 100101 | 0 | 100111 | 100000001 | 10111 | 110010 |
Color Harmonies of #72629B
Complementary color
Monochromatic Colors of #72629B
Black with #72629B
Text Example
Text Example
White with #72629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72629B; }
p { color: rgb(114,98,155); }
H1.HeaderClassName
{
color: #72629B;
}
.AnyTagClassName
{
color: #72629B;
}
</style>
background-color css
<style>
a { background-color: #72629B; }
a { background-color: rgb(114,98,155); }
div.DivClassName
{
background-color: #72629B;
}
.BgClassName
{
background-color: #72629B;
}
</style>
border-color css
<style>
span { border-color: #72629B; }
span { border-color: rgb(114,98,155); }
td.TdClassName
{
border-color: #72629B;
}
.TagClassName
{
border-color: #72629B;
}
</style>