Shades of Scampi #736A91
Tints of Scampi #736A91
RGB
CMYK
RGB Variations
Color information
#736A91 (or 0x736A91) is known color: Scampi. HEX triplet: 73, 6A and 91. RGB value is (115,106,145). Sum of RGB (Red+Green+Blue) = 115+106+145=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #736A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A91 is #8C956E. Grayscale: #707070. Windows color (decimal): -9213295 or 9529971. OLE color: 9529971.
HSL color Cylindrical-coordinate representation of color #736A91: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #736A91 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 106 | 145 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.43 |
| HSL | 253.85º | 0.16% | 0.49% | - |
| HSV(B) | 253.85º | 0.27% | 0.57% | - |
| XYZ | 17.34 | 16 | 28.96 | - |
| YUV | 113.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 145 | 0.21 | 0.27 | 0 | 0.43 | 253.85 | 0.16 | 0.49 |
| Hex | 73 | 6A | 91 | 15 | 1B | 0 | 2B | FE | 10 | 31 |
| Octal | 163 | 152 | 221 | 25 | 33 | 0 | 53 | 376 | 20 | 61 |
| Binary | 1110011 | 1101010 | 10010001 | 10101 | 11011 | 0 | 101011 | 11111110 | 10000 | 110001 |
Color Harmonies of #736A91
Complementary color
Monochromatic Colors of #736A91
Black with #736A91
Text Example
Text Example
White with #736A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A91; }
p { color: rgb(115,106,145); }
H1.HeaderClassName
{
color: #736A91;
}
.AnyTagClassName
{
color: #736A91;
}
</style>
background-color css
<style>
a { background-color: #736A91; }
a { background-color: rgb(115,106,145); }
div.DivClassName
{
background-color: #736A91;
}
.BgClassName
{
background-color: #736A91;
}
</style>
border-color css
<style>
span { border-color: #736A91; }
span { border-color: rgb(115,106,145); }
td.TdClassName
{
border-color: #736A91;
}
.TagClassName
{
border-color: #736A91;
}
</style>