Shades of Scampi #767392
Tints of Scampi #767392
RGB
CMYK
RGB Variations
Color information
#767392 (or 0x767392) is known color: Scampi. HEX triplet: 76, 73 and 92. RGB value is (118,115,146). Sum of RGB (Red+Green+Blue) = 118+115+146=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #767392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767392 is #898C6D. Grayscale: #777777. Windows color (decimal): -9014382 or 9597814. OLE color: 9597814.
HSL color Cylindrical-coordinate representation of color #767392: hue angle of 245.81º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767392 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 115 | 146 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.43 |
| HSL | 245.81º | 0.12% | 0.51% | - |
| HSV(B) | 245.81º | 0.21% | 0.57% | - |
| XYZ | 18.79 | 18.19 | 29.71 | - |
| YUV | 119.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 146 | 0.19 | 0.21 | 0 | 0.43 | 245.81 | 0.12 | 0.51 |
| Hex | 76 | 73 | 92 | 13 | 15 | 0 | 2B | F6 | C | 33 |
| Octal | 166 | 163 | 222 | 23 | 25 | 0 | 53 | 366 | 14 | 63 |
| Binary | 1110110 | 1110011 | 10010010 | 10011 | 10101 | 0 | 101011 | 11110110 | 1100 | 110011 |
Color Harmonies of #767392
Complementary color
Monochromatic Colors of #767392
Black with #767392
Text Example
Text Example
White with #767392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767392; }
p { color: rgb(118,115,146); }
H1.HeaderClassName
{
color: #767392;
}
.AnyTagClassName
{
color: #767392;
}
</style>
background-color css
<style>
a { background-color: #767392; }
a { background-color: rgb(118,115,146); }
div.DivClassName
{
background-color: #767392;
}
.BgClassName
{
background-color: #767392;
}
</style>
border-color css
<style>
span { border-color: #767392; }
span { border-color: rgb(118,115,146); }
td.TdClassName
{
border-color: #767392;
}
.TagClassName
{
border-color: #767392;
}
</style>