Shades of Scampi #72659C
Tints of Scampi #72659C
RGB
CMYK
RGB Variations
Color information
#72659C (or 0x72659C) is known color: Scampi. HEX triplet: 72, 65 and 9C. RGB value is (114,101,156). Sum of RGB (Red+Green+Blue) = 114+101+156=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #72659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72659C is #8D9A63. Grayscale: #6E6E6E. Windows color (decimal): -9280100 or 10249586. OLE color: 10249586.
HSL color Cylindrical-coordinate representation of color #72659C: hue angle of 254.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72659C is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 101 | 156 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.39 |
| HSL | 254.18º | 0.22% | 0.5% | - |
| HSV(B) | 254.18º | 0.35% | 0.61% | - |
| XYZ | 17.59 | 15.29 | 33.48 | - |
| YUV | 111.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 156 | 0.27 | 0.35 | 0 | 0.39 | 254.18 | 0.22 | 0.5 |
| Hex | 72 | 65 | 9C | 1B | 23 | 0 | 27 | FE | 16 | 32 |
| Octal | 162 | 145 | 234 | 33 | 43 | 0 | 47 | 376 | 26 | 62 |
| Binary | 1110010 | 1100101 | 10011100 | 11011 | 100011 | 0 | 100111 | 11111110 | 10110 | 110010 |
Color Harmonies of #72659C
Complementary color
Monochromatic Colors of #72659C
Black with #72659C
Text Example
Text Example
White with #72659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72659C; }
p { color: rgb(114,101,156); }
H1.HeaderClassName
{
color: #72659C;
}
.AnyTagClassName
{
color: #72659C;
}
</style>
background-color css
<style>
a { background-color: #72659C; }
a { background-color: rgb(114,101,156); }
div.DivClassName
{
background-color: #72659C;
}
.BgClassName
{
background-color: #72659C;
}
</style>
border-color css
<style>
span { border-color: #72659C; }
span { border-color: rgb(114,101,156); }
td.TdClassName
{
border-color: #72659C;
}
.TagClassName
{
border-color: #72659C;
}
</style>