Shades of Scampi #74729D
Tints of Scampi #74729D
RGB
CMYK
RGB Variations
Color information
#74729D (or 0x74729D) is known color: Scampi. HEX triplet: 74, 72 and 9D. RGB value is (116,114,157). Sum of RGB (Red+Green+Blue) = 116+114+157=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #74729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74729D is #8B8D62. Grayscale: #777777. Windows color (decimal): -9145699 or 10318452. OLE color: 10318452.
HSL color Cylindrical-coordinate representation of color #74729D: hue angle of 242.79º 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 #74729D is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 114 | 157 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.38 |
| HSL | 242.79º | 0.18% | 0.53% | - |
| HSV(B) | 242.79º | 0.27% | 0.62% | - |
| XYZ | 19.31 | 18.18 | 34.39 | - |
| YUV | 119.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 157 | 0.26 | 0.27 | 0 | 0.38 | 242.79 | 0.18 | 0.53 |
| Hex | 74 | 72 | 9D | 1A | 1B | 0 | 26 | F3 | 12 | 35 |
| Octal | 164 | 162 | 235 | 32 | 33 | 0 | 46 | 363 | 22 | 65 |
| Binary | 1110100 | 1110010 | 10011101 | 11010 | 11011 | 0 | 100110 | 11110011 | 10010 | 110101 |
Color Harmonies of #74729D
Complementary color
Monochromatic Colors of #74729D
Black with #74729D
Text Example
Text Example
White with #74729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74729D; }
p { color: rgb(116,114,157); }
H1.HeaderClassName
{
color: #74729D;
}
.AnyTagClassName
{
color: #74729D;
}
</style>
background-color css
<style>
a { background-color: #74729D; }
a { background-color: rgb(116,114,157); }
div.DivClassName
{
background-color: #74729D;
}
.BgClassName
{
background-color: #74729D;
}
</style>
border-color css
<style>
span { border-color: #74729D; }
span { border-color: rgb(116,114,157); }
td.TdClassName
{
border-color: #74729D;
}
.TagClassName
{
border-color: #74729D;
}
</style>