Shades of Scampi #73729B
Tints of Scampi #73729B
RGB
CMYK
RGB Variations
Color information
#73729B (or 0x73729B) is known color: Scampi. HEX triplet: 73, 72 and 9B. RGB value is (115,114,155). Sum of RGB (Red+Green+Blue) = 115+114+155=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #73729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73729B is #8C8D64. Grayscale: #767676. Windows color (decimal): -9211237 or 10187379. OLE color: 10187379.
HSL color Cylindrical-coordinate representation of color #73729B: hue angle of 241.46º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73729B is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 114 | 155 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.39 |
| HSL | 241.46º | 0.17% | 0.53% | - |
| HSV(B) | 241.46º | 0.26% | 0.61% | - |
| XYZ | 19 | 18.05 | 33.49 | - |
| YUV | 118.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 155 | 0.26 | 0.26 | 0 | 0.39 | 241.46 | 0.17 | 0.53 |
| Hex | 73 | 72 | 9B | 1A | 1A | 0 | 27 | F1 | 11 | 35 |
| Octal | 163 | 162 | 233 | 32 | 32 | 0 | 47 | 361 | 21 | 65 |
| Binary | 1110011 | 1110010 | 10011011 | 11010 | 11010 | 0 | 100111 | 11110001 | 10001 | 110101 |
Color Harmonies of #73729B
Complementary color
Monochromatic Colors of #73729B
Black with #73729B
Text Example
Text Example
White with #73729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73729B; }
p { color: rgb(115,114,155); }
H1.HeaderClassName
{
color: #73729B;
}
.AnyTagClassName
{
color: #73729B;
}
</style>
background-color css
<style>
a { background-color: #73729B; }
a { background-color: rgb(115,114,155); }
div.DivClassName
{
background-color: #73729B;
}
.BgClassName
{
background-color: #73729B;
}
</style>
border-color css
<style>
span { border-color: #73729B; }
span { border-color: rgb(115,114,155); }
td.TdClassName
{
border-color: #73729B;
}
.TagClassName
{
border-color: #73729B;
}
</style>