Shades of Scampi #76739F
Tints of Scampi #76739F
RGB
CMYK
RGB Variations
Color information
#76739F (or 0x76739F) is known color: Scampi. HEX triplet: 76, 73 and 9F. RGB value is (118,115,159). Sum of RGB (Red+Green+Blue) = 118+115+159=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #76739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76739F is #898C60. Grayscale: #787878. Windows color (decimal): -9014369 or 10449782. OLE color: 10449782.
HSL color Cylindrical-coordinate representation of color #76739F: hue angle of 244.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76739F is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 115 | 159 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.38 |
| HSL | 244.09º | 0.19% | 0.54% | - |
| HSV(B) | 244.09º | 0.28% | 0.62% | - |
| XYZ | 19.86 | 18.62 | 35.35 | - |
| YUV | 120.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 159 | 0.26 | 0.28 | 0 | 0.38 | 244.09 | 0.19 | 0.54 |
| Hex | 76 | 73 | 9F | 1A | 1C | 0 | 26 | F4 | 13 | 36 |
| Octal | 166 | 163 | 237 | 32 | 34 | 0 | 46 | 364 | 23 | 66 |
| Binary | 1110110 | 1110011 | 10011111 | 11010 | 11100 | 0 | 100110 | 11110100 | 10011 | 110110 |
Color Harmonies of #76739F
Complementary color
Monochromatic Colors of #76739F
Black with #76739F
Text Example
Text Example
White with #76739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76739F; }
p { color: rgb(118,115,159); }
H1.HeaderClassName
{
color: #76739F;
}
.AnyTagClassName
{
color: #76739F;
}
</style>
background-color css
<style>
a { background-color: #76739F; }
a { background-color: rgb(118,115,159); }
div.DivClassName
{
background-color: #76739F;
}
.BgClassName
{
background-color: #76739F;
}
</style>
border-color css
<style>
span { border-color: #76739F; }
span { border-color: rgb(118,115,159); }
td.TdClassName
{
border-color: #76739F;
}
.TagClassName
{
border-color: #76739F;
}
</style>