Shades of Scampi #76738B
Tints of Scampi #76738B
RGB
CMYK
RGB Variations
Color information
#76738B (or 0x76738B) is known color: Scampi. HEX triplet: 76, 73 and 8B. RGB value is (118,115,139). Sum of RGB (Red+Green+Blue) = 118+115+139=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #76738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76738B is #898C74. Grayscale: #767676. Windows color (decimal): -9014389 or 9139062. OLE color: 9139062.
HSL color Cylindrical-coordinate representation of color #76738B: hue angle of 247.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76738B is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 115 | 139 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.45 |
| HSL | 247.5º | 0.09% | 0.5% | - |
| HSV(B) | 247.5º | 0.17% | 0.55% | - |
| XYZ | 18.26 | 17.98 | 26.93 | - |
| YUV | 118.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 139 | 0.15 | 0.17 | 0 | 0.45 | 247.5 | 0.09 | 0.5 |
| Hex | 76 | 73 | 8B | F | 11 | 0 | 2D | F8 | 9 | 32 |
| Octal | 166 | 163 | 213 | 17 | 21 | 0 | 55 | 370 | 11 | 62 |
| Binary | 1110110 | 1110011 | 10001011 | 1111 | 10001 | 0 | 101101 | 11111000 | 1001 | 110010 |
Color Harmonies of #76738B
Complementary color
Monochromatic Colors of #76738B
Black with #76738B
Text Example
Text Example
White with #76738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76738B; }
p { color: rgb(118,115,139); }
H1.HeaderClassName
{
color: #76738B;
}
.AnyTagClassName
{
color: #76738B;
}
</style>
background-color css
<style>
a { background-color: #76738B; }
a { background-color: rgb(118,115,139); }
div.DivClassName
{
background-color: #76738B;
}
.BgClassName
{
background-color: #76738B;
}
</style>
border-color css
<style>
span { border-color: #76738B; }
span { border-color: rgb(118,115,139); }
td.TdClassName
{
border-color: #76738B;
}
.TagClassName
{
border-color: #76738B;
}
</style>