Shades of Scampi #73739A
Tints of Scampi #73739A
RGB
CMYK
RGB Variations
Color information
#73739A (or 0x73739A) is known color: Scampi. HEX triplet: 73, 73 and 9A. RGB value is (115,115,154). Sum of RGB (Red+Green+Blue) = 115+115+154=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #73739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73739A is #8C8C65. Grayscale: #777777. Windows color (decimal): -9210982 or 10122099. OLE color: 10122099.
HSL color Cylindrical-coordinate representation of color #73739A: hue angle of 240º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73739A is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 115 | 154 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.40 |
| HSL | 240º | 0.16% | 0.53% | - |
| HSV(B) | 240º | 0.25% | 0.6% | - |
| XYZ | 19.03 | 18.24 | 33.09 | - |
| YUV | 119.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 154 | 0.25 | 0.25 | 0 | 0.40 | 240 | 0.16 | 0.53 |
| Hex | 73 | 73 | 9A | 19 | 19 | 0 | 28 | F0 | 10 | 35 |
| Octal | 163 | 163 | 232 | 31 | 31 | 0 | 50 | 360 | 20 | 65 |
| Binary | 1110011 | 1110011 | 10011010 | 11001 | 11001 | 0 | 101000 | 11110000 | 10000 | 110101 |
Color Harmonies of #73739A
Complementary color
Monochromatic Colors of #73739A
Black with #73739A
Text Example
Text Example
White with #73739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73739A; }
p { color: rgb(115,115,154); }
H1.HeaderClassName
{
color: #73739A;
}
.AnyTagClassName
{
color: #73739A;
}
</style>
background-color css
<style>
a { background-color: #73739A; }
a { background-color: rgb(115,115,154); }
div.DivClassName
{
background-color: #73739A;
}
.BgClassName
{
background-color: #73739A;
}
</style>
border-color css
<style>
span { border-color: #73739A; }
span { border-color: rgb(115,115,154); }
td.TdClassName
{
border-color: #73739A;
}
.TagClassName
{
border-color: #73739A;
}
</style>