Shades of Scampi #756E92
Tints of Scampi #756E92
RGB
CMYK
RGB Variations
Color information
#756E92 (or 0x756E92) is known color: Scampi. HEX triplet: 75, 6E and 92. RGB value is (117,110,146). Sum of RGB (Red+Green+Blue) = 117+110+146=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #756E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E92 is #8A916D. Grayscale: #747474. Windows color (decimal): -9081198 or 9596533. OLE color: 9596533.
HSL color Cylindrical-coordinate representation of color #756E92: hue angle of 251.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756E92 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 110 | 146 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.43 |
| HSL | 251.67º | 0.14% | 0.5% | - |
| HSV(B) | 251.67º | 0.25% | 0.57% | - |
| XYZ | 18.1 | 17.01 | 29.52 | - |
| YUV | 116.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 146 | 0.20 | 0.25 | 0 | 0.43 | 251.67 | 0.14 | 0.5 |
| Hex | 75 | 6E | 92 | 14 | 19 | 0 | 2B | FC | E | 32 |
| Octal | 165 | 156 | 222 | 24 | 31 | 0 | 53 | 374 | 16 | 62 |
| Binary | 1110101 | 1101110 | 10010010 | 10100 | 11001 | 0 | 101011 | 11111100 | 1110 | 110010 |
Color Harmonies of #756E92
Complementary color
Monochromatic Colors of #756E92
Black with #756E92
Text Example
Text Example
White with #756E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E92; }
p { color: rgb(117,110,146); }
H1.HeaderClassName
{
color: #756E92;
}
.AnyTagClassName
{
color: #756E92;
}
</style>
background-color css
<style>
a { background-color: #756E92; }
a { background-color: rgb(117,110,146); }
div.DivClassName
{
background-color: #756E92;
}
.BgClassName
{
background-color: #756E92;
}
</style>
border-color css
<style>
span { border-color: #756E92; }
span { border-color: rgb(117,110,146); }
td.TdClassName
{
border-color: #756E92;
}
.TagClassName
{
border-color: #756E92;
}
</style>