Shades of Scampi #76748B
Tints of Scampi #76748B
RGB
CMYK
RGB Variations
Color information
#76748B (or 0x76748B) is known color: Scampi. HEX triplet: 76, 74 and 8B. RGB value is (118,116,139). Sum of RGB (Red+Green+Blue) = 118+116+139=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #76748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76748B is #898B74. Grayscale: #777777. Windows color (decimal): -9014133 or 9139318. OLE color: 9139318.
HSL color Cylindrical-coordinate representation of color #76748B: hue angle of 245.22º 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 #76748B is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 116 | 139 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.45 |
| HSL | 245.22º | 0.09% | 0.5% | - |
| HSV(B) | 245.22º | 0.17% | 0.55% | - |
| XYZ | 18.38 | 18.21 | 26.97 | - |
| YUV | 119.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 139 | 0.15 | 0.17 | 0 | 0.45 | 245.22 | 0.09 | 0.5 |
| Hex | 76 | 74 | 8B | F | 11 | 0 | 2D | F5 | 9 | 32 |
| Octal | 166 | 164 | 213 | 17 | 21 | 0 | 55 | 365 | 11 | 62 |
| Binary | 1110110 | 1110100 | 10001011 | 1111 | 10001 | 0 | 101101 | 11110101 | 1001 | 110010 |
Color Harmonies of #76748B
Complementary color
Monochromatic Colors of #76748B
Black with #76748B
Text Example
Text Example
White with #76748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76748B; }
p { color: rgb(118,116,139); }
H1.HeaderClassName
{
color: #76748B;
}
.AnyTagClassName
{
color: #76748B;
}
</style>
background-color css
<style>
a { background-color: #76748B; }
a { background-color: rgb(118,116,139); }
div.DivClassName
{
background-color: #76748B;
}
.BgClassName
{
background-color: #76748B;
}
</style>
border-color css
<style>
span { border-color: #76748B; }
span { border-color: rgb(118,116,139); }
td.TdClassName
{
border-color: #76748B;
}
.TagClassName
{
border-color: #76748B;
}
</style>