Shades of Scampi #737191
Tints of Scampi #737191
RGB
CMYK
RGB Variations
Color information
#737191 (or 0x737191) is known color: Scampi. HEX triplet: 73, 71 and 91. RGB value is (115,113,145). Sum of RGB (Red+Green+Blue) = 115+113+145=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #737191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737191 is #8C8E6E. Grayscale: #757575. Windows color (decimal): -9211503 or 9531763. OLE color: 9531763.
HSL color Cylindrical-coordinate representation of color #737191: hue angle of 243.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737191 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 113 | 145 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.43 |
| HSL | 243.75º | 0.13% | 0.51% | - |
| HSV(B) | 243.75º | 0.22% | 0.57% | - |
| XYZ | 18.09 | 17.5 | 29.21 | - |
| YUV | 117.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 145 | 0.21 | 0.22 | 0 | 0.43 | 243.75 | 0.13 | 0.51 |
| Hex | 73 | 71 | 91 | 15 | 16 | 0 | 2B | F4 | D | 33 |
| Octal | 163 | 161 | 221 | 25 | 26 | 0 | 53 | 364 | 15 | 63 |
| Binary | 1110011 | 1110001 | 10010001 | 10101 | 10110 | 0 | 101011 | 11110100 | 1101 | 110011 |
Color Harmonies of #737191
Complementary color
Monochromatic Colors of #737191
Black with #737191
Text Example
Text Example
White with #737191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737191; }
p { color: rgb(115,113,145); }
H1.HeaderClassName
{
color: #737191;
}
.AnyTagClassName
{
color: #737191;
}
</style>
background-color css
<style>
a { background-color: #737191; }
a { background-color: rgb(115,113,145); }
div.DivClassName
{
background-color: #737191;
}
.BgClassName
{
background-color: #737191;
}
</style>
border-color css
<style>
span { border-color: #737191; }
span { border-color: rgb(115,113,145); }
td.TdClassName
{
border-color: #737191;
}
.TagClassName
{
border-color: #737191;
}
</style>