Shades of Scampi #726F9A
Tints of Scampi #726F9A
RGB
CMYK
RGB Variations
Color information
#726F9A (or 0x726F9A) is known color: Scampi. HEX triplet: 72, 6F and 9A. RGB value is (114,111,154). Sum of RGB (Red+Green+Blue) = 114+111+154=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #726F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F9A is #8D9065. Grayscale: #747474. Windows color (decimal): -9277542 or 10121074. OLE color: 10121074.
HSL color Cylindrical-coordinate representation of color #726F9A: hue angle of 244.19º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726F9A is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 111 | 154 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.40 |
| HSL | 244.19º | 0.18% | 0.52% | - |
| HSV(B) | 244.19º | 0.28% | 0.6% | - |
| XYZ | 18.46 | 17.28 | 32.93 | - |
| YUV | 116.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 154 | 0.26 | 0.28 | 0 | 0.40 | 244.19 | 0.18 | 0.52 |
| Hex | 72 | 6F | 9A | 1A | 1C | 0 | 28 | F4 | 12 | 34 |
| Octal | 162 | 157 | 232 | 32 | 34 | 0 | 50 | 364 | 22 | 64 |
| Binary | 1110010 | 1101111 | 10011010 | 11010 | 11100 | 0 | 101000 | 11110100 | 10010 | 110100 |
Color Harmonies of #726F9A
Complementary color
Monochromatic Colors of #726F9A
Black with #726F9A
Text Example
Text Example
White with #726F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F9A; }
p { color: rgb(114,111,154); }
H1.HeaderClassName
{
color: #726F9A;
}
.AnyTagClassName
{
color: #726F9A;
}
</style>
background-color css
<style>
a { background-color: #726F9A; }
a { background-color: rgb(114,111,154); }
div.DivClassName
{
background-color: #726F9A;
}
.BgClassName
{
background-color: #726F9A;
}
</style>
border-color css
<style>
span { border-color: #726F9A; }
span { border-color: rgb(114,111,154); }
td.TdClassName
{
border-color: #726F9A;
}
.TagClassName
{
border-color: #726F9A;
}
</style>