Shades of Scampi #74739D
Tints of Scampi #74739D
RGB
CMYK
RGB Variations
Color information
#74739D (or 0x74739D) is known color: Scampi. HEX triplet: 74, 73 and 9D. RGB value is (116,115,157). Sum of RGB (Red+Green+Blue) = 116+115+157=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #74739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74739D is #8B8C62. Grayscale: #777777. Windows color (decimal): -9145443 or 10318708. OLE color: 10318708.
HSL color Cylindrical-coordinate representation of color #74739D: hue angle of 241.43º 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 #74739D is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 115 | 157 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.38 |
| HSL | 241.43º | 0.18% | 0.53% | - |
| HSV(B) | 241.43º | 0.27% | 0.62% | - |
| XYZ | 19.42 | 18.41 | 34.43 | - |
| YUV | 120.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 157 | 0.26 | 0.27 | 0 | 0.38 | 241.43 | 0.18 | 0.53 |
| Hex | 74 | 73 | 9D | 1A | 1B | 0 | 26 | F1 | 12 | 35 |
| Octal | 164 | 163 | 235 | 32 | 33 | 0 | 46 | 361 | 22 | 65 |
| Binary | 1110100 | 1110011 | 10011101 | 11010 | 11011 | 0 | 100110 | 11110001 | 10010 | 110101 |
Color Harmonies of #74739D
Complementary color
Monochromatic Colors of #74739D
Black with #74739D
Text Example
Text Example
White with #74739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74739D; }
p { color: rgb(116,115,157); }
H1.HeaderClassName
{
color: #74739D;
}
.AnyTagClassName
{
color: #74739D;
}
</style>
background-color css
<style>
a { background-color: #74739D; }
a { background-color: rgb(116,115,157); }
div.DivClassName
{
background-color: #74739D;
}
.BgClassName
{
background-color: #74739D;
}
</style>
border-color css
<style>
span { border-color: #74739D; }
span { border-color: rgb(116,115,157); }
td.TdClassName
{
border-color: #74739D;
}
.TagClassName
{
border-color: #74739D;
}
</style>