Shades of Scampi #73729C
Tints of Scampi #73729C
RGB
CMYK
RGB Variations
Color information
#73729C (or 0x73729C) is known color: Scampi. HEX triplet: 73, 72 and 9C. RGB value is (115,114,156). Sum of RGB (Red+Green+Blue) = 115+114+156=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #73729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73729C is #8C8D63. Grayscale: #767676. Windows color (decimal): -9211236 or 10252915. OLE color: 10252915.
HSL color Cylindrical-coordinate representation of color #73729C: hue angle of 241.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73729C is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 114 | 156 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.39 |
| HSL | 241.43º | 0.18% | 0.53% | - |
| HSV(B) | 241.43º | 0.27% | 0.61% | - |
| XYZ | 19.09 | 18.08 | 33.94 | - |
| YUV | 119.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 156 | 0.26 | 0.27 | 0 | 0.39 | 241.43 | 0.18 | 0.53 |
| Hex | 73 | 72 | 9C | 1A | 1B | 0 | 27 | F1 | 12 | 35 |
| Octal | 163 | 162 | 234 | 32 | 33 | 0 | 47 | 361 | 22 | 65 |
| Binary | 1110011 | 1110010 | 10011100 | 11010 | 11011 | 0 | 100111 | 11110001 | 10010 | 110101 |
Color Harmonies of #73729C
Complementary color
Monochromatic Colors of #73729C
Black with #73729C
Text Example
Text Example
White with #73729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73729C; }
p { color: rgb(115,114,156); }
H1.HeaderClassName
{
color: #73729C;
}
.AnyTagClassName
{
color: #73729C;
}
</style>
background-color css
<style>
a { background-color: #73729C; }
a { background-color: rgb(115,114,156); }
div.DivClassName
{
background-color: #73729C;
}
.BgClassName
{
background-color: #73729C;
}
</style>
border-color css
<style>
span { border-color: #73729C; }
span { border-color: rgb(115,114,156); }
td.TdClassName
{
border-color: #73729C;
}
.TagClassName
{
border-color: #73729C;
}
</style>