Shades of Scampi #74649D
Tints of Scampi #74649D
RGB
CMYK
RGB Variations
Color information
#74649D (or 0x74649D) is known color: Scampi. HEX triplet: 74, 64 and 9D. RGB value is (116,100,157). Sum of RGB (Red+Green+Blue) = 116+100+157=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #74649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74649D is #8B9B62. Grayscale: #6F6F6F. Windows color (decimal): -9149283 or 10314868. OLE color: 10314868.
HSL color Cylindrical-coordinate representation of color #74649D: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74649D is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 100 | 157 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.38 |
| HSL | 256.84º | 0.23% | 0.5% | - |
| HSV(B) | 256.84º | 0.36% | 0.62% | - |
| XYZ | 17.85 | 15.26 | 33.9 | - |
| YUV | 111.28 | 153.8 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 100 | 157 | 0.26 | 0.36 | 0 | 0.38 | 256.84 | 0.23 | 0.5 |
| Hex | 74 | 64 | 9D | 1A | 24 | 0 | 26 | 101 | 17 | 32 |
| Octal | 164 | 144 | 235 | 32 | 44 | 0 | 46 | 401 | 27 | 62 |
| Binary | 1110100 | 1100100 | 10011101 | 11010 | 100100 | 0 | 100110 | 100000001 | 10111 | 110010 |
Color Harmonies of #74649D
Complementary color
Monochromatic Colors of #74649D
Black with #74649D
Text Example
Text Example
White with #74649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74649D; }
p { color: rgb(116,100,157); }
H1.HeaderClassName
{
color: #74649D;
}
.AnyTagClassName
{
color: #74649D;
}
</style>
background-color css
<style>
a { background-color: #74649D; }
a { background-color: rgb(116,100,157); }
div.DivClassName
{
background-color: #74649D;
}
.BgClassName
{
background-color: #74649D;
}
</style>
border-color css
<style>
span { border-color: #74649D; }
span { border-color: rgb(116,100,157); }
td.TdClassName
{
border-color: #74649D;
}
.TagClassName
{
border-color: #74649D;
}
</style>