Shades of Scampi #726F8C
Tints of Scampi #726F8C
RGB
CMYK
RGB Variations
Color information
#726F8C (or 0x726F8C) is known color: Scampi. HEX triplet: 72, 6F and 8C. RGB value is (114,111,140). Sum of RGB (Red+Green+Blue) = 114+111+140=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #726F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F8C is #8D9073. Grayscale: #737373. Windows color (decimal): -9277556 or 9203570. OLE color: 9203570.
HSL color Cylindrical-coordinate representation of color #726F8C: hue angle of 246.21º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726F8C is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 111 | 140 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.45 |
| HSL | 246.21º | 0.12% | 0.49% | - |
| HSV(B) | 246.21º | 0.21% | 0.55% | - |
| XYZ | 17.36 | 16.84 | 27.15 | - |
| YUV | 115.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 140 | 0.19 | 0.21 | 0 | 0.45 | 246.21 | 0.12 | 0.49 |
| Hex | 72 | 6F | 8C | 13 | 15 | 0 | 2D | F6 | C | 31 |
| Octal | 162 | 157 | 214 | 23 | 25 | 0 | 55 | 366 | 14 | 61 |
| Binary | 1110010 | 1101111 | 10001100 | 10011 | 10101 | 0 | 101101 | 11110110 | 1100 | 110001 |
Color Harmonies of #726F8C
Complementary color
Monochromatic Colors of #726F8C
Black with #726F8C
Text Example
Text Example
White with #726F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F8C; }
p { color: rgb(114,111,140); }
H1.HeaderClassName
{
color: #726F8C;
}
.AnyTagClassName
{
color: #726F8C;
}
</style>
background-color css
<style>
a { background-color: #726F8C; }
a { background-color: rgb(114,111,140); }
div.DivClassName
{
background-color: #726F8C;
}
.BgClassName
{
background-color: #726F8C;
}
</style>
border-color css
<style>
span { border-color: #726F8C; }
span { border-color: rgb(114,111,140); }
td.TdClassName
{
border-color: #726F8C;
}
.TagClassName
{
border-color: #726F8C;
}
</style>