Shades of Scampi #76729D
Tints of Scampi #76729D
RGB
CMYK
RGB Variations
Color information
#76729D (or 0x76729D) is known color: Scampi. HEX triplet: 76, 72 and 9D. RGB value is (118,114,157). Sum of RGB (Red+Green+Blue) = 118+114+157=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #76729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76729D is #898D62. Grayscale: #777777. Windows color (decimal): -9014627 or 10318454. OLE color: 10318454.
HSL color Cylindrical-coordinate representation of color #76729D: hue angle of 245.58º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76729D is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 114 | 157 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.38 |
| HSL | 245.58º | 0.18% | 0.53% | - |
| HSV(B) | 245.58º | 0.27% | 0.62% | - |
| XYZ | 19.57 | 18.32 | 34.4 | - |
| YUV | 120.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 157 | 0.25 | 0.27 | 0 | 0.38 | 245.58 | 0.18 | 0.53 |
| Hex | 76 | 72 | 9D | 19 | 1B | 0 | 26 | F6 | 12 | 35 |
| Octal | 166 | 162 | 235 | 31 | 33 | 0 | 46 | 366 | 22 | 65 |
| Binary | 1110110 | 1110010 | 10011101 | 11001 | 11011 | 0 | 100110 | 11110110 | 10010 | 110101 |
Color Harmonies of #76729D
Complementary color
Monochromatic Colors of #76729D
Black with #76729D
Text Example
Text Example
White with #76729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76729D; }
p { color: rgb(118,114,157); }
H1.HeaderClassName
{
color: #76729D;
}
.AnyTagClassName
{
color: #76729D;
}
</style>
background-color css
<style>
a { background-color: #76729D; }
a { background-color: rgb(118,114,157); }
div.DivClassName
{
background-color: #76729D;
}
.BgClassName
{
background-color: #76729D;
}
</style>
border-color css
<style>
span { border-color: #76729D; }
span { border-color: rgb(118,114,157); }
td.TdClassName
{
border-color: #76729D;
}
.TagClassName
{
border-color: #76729D;
}
</style>