Shades of Scampi #72609A
Tints of Scampi #72609A
RGB
CMYK
RGB Variations
Color information
#72609A (or 0x72609A) is known color: Scampi. HEX triplet: 72, 60 and 9A. RGB value is (114,96,154). Sum of RGB (Red+Green+Blue) = 114+96+154=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #72609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609A is #8D9F65. Grayscale: #6B6B6B. Windows color (decimal): -9281382 or 10117234. OLE color: 10117234.
HSL color Cylindrical-coordinate representation of color #72609A: hue angle of 258.62º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72609A is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 96 | 154 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.40 |
| HSL | 258.62º | 0.23% | 0.49% | - |
| HSV(B) | 258.62º | 0.38% | 0.6% | - |
| XYZ | 16.96 | 14.28 | 32.43 | - |
| YUV | 107.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 154 | 0.26 | 0.38 | 0 | 0.40 | 258.62 | 0.23 | 0.49 |
| Hex | 72 | 60 | 9A | 1A | 26 | 0 | 28 | 103 | 17 | 31 |
| Octal | 162 | 140 | 232 | 32 | 46 | 0 | 50 | 403 | 27 | 61 |
| Binary | 1110010 | 1100000 | 10011010 | 11010 | 100110 | 0 | 101000 | 100000011 | 10111 | 110001 |
Color Harmonies of #72609A
Complementary color
Monochromatic Colors of #72609A
Black with #72609A
Text Example
Text Example
White with #72609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72609A; }
p { color: rgb(114,96,154); }
H1.HeaderClassName
{
color: #72609A;
}
.AnyTagClassName
{
color: #72609A;
}
</style>
background-color css
<style>
a { background-color: #72609A; }
a { background-color: rgb(114,96,154); }
div.DivClassName
{
background-color: #72609A;
}
.BgClassName
{
background-color: #72609A;
}
</style>
border-color css
<style>
span { border-color: #72609A; }
span { border-color: rgb(114,96,154); }
td.TdClassName
{
border-color: #72609A;
}
.TagClassName
{
border-color: #72609A;
}
</style>