Shades of Scampi #756B92
Tints of Scampi #756B92
RGB
CMYK
RGB Variations
Color information
#756B92 (or 0x756B92) is known color: Scampi. HEX triplet: 75, 6B and 92. RGB value is (117,107,146). Sum of RGB (Red+Green+Blue) = 117+107+146=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #756B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B92 is #8A946D. Grayscale: #727272. Windows color (decimal): -9081966 or 9595765. OLE color: 9595765.
HSL color Cylindrical-coordinate representation of color #756B92: hue angle of 255.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756B92 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 107 | 146 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.43 |
| HSL | 255.38º | 0.15% | 0.5% | - |
| HSV(B) | 255.38º | 0.27% | 0.57% | - |
| XYZ | 17.78 | 16.37 | 29.42 | - |
| YUV | 114.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 146 | 0.20 | 0.27 | 0 | 0.43 | 255.38 | 0.15 | 0.5 |
| Hex | 75 | 6B | 92 | 14 | 1B | 0 | 2B | FF | F | 32 |
| Octal | 165 | 153 | 222 | 24 | 33 | 0 | 53 | 377 | 17 | 62 |
| Binary | 1110101 | 1101011 | 10010010 | 10100 | 11011 | 0 | 101011 | 11111111 | 1111 | 110010 |
Color Harmonies of #756B92
Complementary color
Monochromatic Colors of #756B92
Black with #756B92
Text Example
Text Example
White with #756B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B92; }
p { color: rgb(117,107,146); }
H1.HeaderClassName
{
color: #756B92;
}
.AnyTagClassName
{
color: #756B92;
}
</style>
background-color css
<style>
a { background-color: #756B92; }
a { background-color: rgb(117,107,146); }
div.DivClassName
{
background-color: #756B92;
}
.BgClassName
{
background-color: #756B92;
}
</style>
border-color css
<style>
span { border-color: #756B92; }
span { border-color: rgb(117,107,146); }
td.TdClassName
{
border-color: #756B92;
}
.TagClassName
{
border-color: #756B92;
}
</style>