Shades of Scampi #72709B
Tints of Scampi #72709B
RGB
CMYK
RGB Variations
Color information
#72709B (or 0x72709B) is known color: Scampi. HEX triplet: 72, 70 and 9B. RGB value is (114,112,155). Sum of RGB (Red+Green+Blue) = 114+112+155=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #72709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72709B is #8D8F64. Grayscale: #757575. Windows color (decimal): -9277285 or 10186866. OLE color: 10186866.
HSL color Cylindrical-coordinate representation of color #72709B: hue angle of 242.79º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72709B is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 112 | 155 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.39 |
| HSL | 242.79º | 0.18% | 0.52% | - |
| HSV(B) | 242.79º | 0.28% | 0.61% | - |
| XYZ | 18.65 | 17.53 | 33.41 | - |
| YUV | 117.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 155 | 0.26 | 0.28 | 0 | 0.39 | 242.79 | 0.18 | 0.52 |
| Hex | 72 | 70 | 9B | 1A | 1C | 0 | 27 | F3 | 12 | 34 |
| Octal | 162 | 160 | 233 | 32 | 34 | 0 | 47 | 363 | 22 | 64 |
| Binary | 1110010 | 1110000 | 10011011 | 11010 | 11100 | 0 | 100111 | 11110011 | 10010 | 110100 |
Color Harmonies of #72709B
Complementary color
Monochromatic Colors of #72709B
Black with #72709B
Text Example
Text Example
White with #72709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72709B; }
p { color: rgb(114,112,155); }
H1.HeaderClassName
{
color: #72709B;
}
.AnyTagClassName
{
color: #72709B;
}
</style>
background-color css
<style>
a { background-color: #72709B; }
a { background-color: rgb(114,112,155); }
div.DivClassName
{
background-color: #72709B;
}
.BgClassName
{
background-color: #72709B;
}
</style>
border-color css
<style>
span { border-color: #72709B; }
span { border-color: rgb(114,112,155); }
td.TdClassName
{
border-color: #72709B;
}
.TagClassName
{
border-color: #72709B;
}
</style>