Shades of Scampi #756E91
Tints of Scampi #756E91
RGB
CMYK
RGB Variations
Color information
#756E91 (or 0x756E91) is known color: Scampi. HEX triplet: 75, 6E and 91. RGB value is (117,110,145). Sum of RGB (Red+Green+Blue) = 117+110+145=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #756E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E91 is #8A916E. Grayscale: #737373. Windows color (decimal): -9081199 or 9530997. OLE color: 9530997.
HSL color Cylindrical-coordinate representation of color #756E91: hue angle of 252º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756E91 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 110 | 145 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.43 |
| HSL | 252º | 0.14% | 0.5% | - |
| HSV(B) | 252º | 0.24% | 0.57% | - |
| XYZ | 18.02 | 16.98 | 29.12 | - |
| YUV | 116.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 145 | 0.19 | 0.24 | 0 | 0.43 | 252 | 0.14 | 0.5 |
| Hex | 75 | 6E | 91 | 13 | 18 | 0 | 2B | FC | E | 32 |
| Octal | 165 | 156 | 221 | 23 | 30 | 0 | 53 | 374 | 16 | 62 |
| Binary | 1110101 | 1101110 | 10010001 | 10011 | 11000 | 0 | 101011 | 11111100 | 1110 | 110010 |
Color Harmonies of #756E91
Complementary color
Monochromatic Colors of #756E91
Black with #756E91
Text Example
Text Example
White with #756E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E91; }
p { color: rgb(117,110,145); }
H1.HeaderClassName
{
color: #756E91;
}
.AnyTagClassName
{
color: #756E91;
}
</style>
background-color css
<style>
a { background-color: #756E91; }
a { background-color: rgb(117,110,145); }
div.DivClassName
{
background-color: #756E91;
}
.BgClassName
{
background-color: #756E91;
}
</style>
border-color css
<style>
span { border-color: #756E91; }
span { border-color: rgb(117,110,145); }
td.TdClassName
{
border-color: #756E91;
}
.TagClassName
{
border-color: #756E91;
}
</style>