Shades of Scampi #72629D
Tints of Scampi #72629D
RGB
CMYK
RGB Variations
Color information
#72629D (or 0x72629D) is known color: Scampi. HEX triplet: 72, 62 and 9D. RGB value is (114,98,157). Sum of RGB (Red+Green+Blue) = 114+98+157=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #72629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72629D is #8D9D62. Grayscale: #6D6D6D. Windows color (decimal): -9280867 or 10314354. OLE color: 10314354.
HSL color Cylindrical-coordinate representation of color #72629D: hue angle of 256.27º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72629D is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 98 | 157 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.38 |
| HSL | 256.27º | 0.23% | 0.5% | - |
| HSV(B) | 256.27º | 0.38% | 0.62% | - |
| XYZ | 17.39 | 14.75 | 33.83 | - |
| YUV | 109.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 157 | 0.27 | 0.38 | 0 | 0.38 | 256.27 | 0.23 | 0.5 |
| Hex | 72 | 62 | 9D | 1B | 26 | 0 | 26 | 100 | 17 | 32 |
| Octal | 162 | 142 | 235 | 33 | 46 | 0 | 46 | 400 | 27 | 62 |
| Binary | 1110010 | 1100010 | 10011101 | 11011 | 100110 | 0 | 100110 | 100000000 | 10111 | 110010 |
Color Harmonies of #72629D
Complementary color
Monochromatic Colors of #72629D
Black with #72629D
Text Example
Text Example
White with #72629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72629D; }
p { color: rgb(114,98,157); }
H1.HeaderClassName
{
color: #72629D;
}
.AnyTagClassName
{
color: #72629D;
}
</style>
background-color css
<style>
a { background-color: #72629D; }
a { background-color: rgb(114,98,157); }
div.DivClassName
{
background-color: #72629D;
}
.BgClassName
{
background-color: #72629D;
}
</style>
border-color css
<style>
span { border-color: #72629D; }
span { border-color: rgb(114,98,157); }
td.TdClassName
{
border-color: #72629D;
}
.TagClassName
{
border-color: #72629D;
}
</style>