Shades of Scampi #74728B
Tints of Scampi #74728B
RGB
CMYK
RGB Variations
Color information
#74728B (or 0x74728B) is known color: Scampi. HEX triplet: 74, 72 and 8B. RGB value is (116,114,139). Sum of RGB (Red+Green+Blue) = 116+114+139=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #74728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74728B is #8B8D74. Grayscale: #757575. Windows color (decimal): -9145717 or 9138804. OLE color: 9138804.
HSL color Cylindrical-coordinate representation of color #74728B: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74728B is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 114 | 139 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.45 |
| HSL | 244.8º | 0.1% | 0.5% | - |
| HSV(B) | 244.8º | 0.18% | 0.55% | - |
| XYZ | 17.88 | 17.61 | 26.88 | - |
| YUV | 117.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 139 | 0.17 | 0.18 | 0 | 0.45 | 244.8 | 0.1 | 0.5 |
| Hex | 74 | 72 | 8B | 11 | 12 | 0 | 2D | F5 | A | 32 |
| Octal | 164 | 162 | 213 | 21 | 22 | 0 | 55 | 365 | 12 | 62 |
| Binary | 1110100 | 1110010 | 10001011 | 10001 | 10010 | 0 | 101101 | 11110101 | 1010 | 110010 |
Color Harmonies of #74728B
Complementary color
Monochromatic Colors of #74728B
Black with #74728B
Text Example
Text Example
White with #74728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74728B; }
p { color: rgb(116,114,139); }
H1.HeaderClassName
{
color: #74728B;
}
.AnyTagClassName
{
color: #74728B;
}
</style>
background-color css
<style>
a { background-color: #74728B; }
a { background-color: rgb(116,114,139); }
div.DivClassName
{
background-color: #74728B;
}
.BgClassName
{
background-color: #74728B;
}
</style>
border-color css
<style>
span { border-color: #74728B; }
span { border-color: rgb(116,114,139); }
td.TdClassName
{
border-color: #74728B;
}
.TagClassName
{
border-color: #74728B;
}
</style>