Shades of Scampi #77748B
Tints of Scampi #77748B
RGB
CMYK
RGB Variations
Color information
#77748B (or 0x77748B) is known color: Scampi. HEX triplet: 77, 74 and 8B. RGB value is (119,116,139). Sum of RGB (Red+Green+Blue) = 119+116+139=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #77748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77748B is #888B74. Grayscale: #777777. Windows color (decimal): -8948597 or 9139319. OLE color: 9139319.
HSL color Cylindrical-coordinate representation of color #77748B: hue angle of 247.83º 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 #77748B is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 116 | 139 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.45 |
| HSL | 247.83º | 0.09% | 0.5% | - |
| HSV(B) | 247.83º | 0.17% | 0.55% | - |
| XYZ | 18.51 | 18.28 | 26.98 | - |
| YUV | 119.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 139 | 0.14 | 0.17 | 0 | 0.45 | 247.83 | 0.09 | 0.5 |
| Hex | 77 | 74 | 8B | E | 11 | 0 | 2D | F8 | 9 | 32 |
| Octal | 167 | 164 | 213 | 16 | 21 | 0 | 55 | 370 | 11 | 62 |
| Binary | 1110111 | 1110100 | 10001011 | 1110 | 10001 | 0 | 101101 | 11111000 | 1001 | 110010 |
Color Harmonies of #77748B
Complementary color
Monochromatic Colors of #77748B
Black with #77748B
Text Example
Text Example
White with #77748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77748B; }
p { color: rgb(119,116,139); }
H1.HeaderClassName
{
color: #77748B;
}
.AnyTagClassName
{
color: #77748B;
}
</style>
background-color css
<style>
a { background-color: #77748B; }
a { background-color: rgb(119,116,139); }
div.DivClassName
{
background-color: #77748B;
}
.BgClassName
{
background-color: #77748B;
}
</style>
border-color css
<style>
span { border-color: #77748B; }
span { border-color: rgb(119,116,139); }
td.TdClassName
{
border-color: #77748B;
}
.TagClassName
{
border-color: #77748B;
}
</style>