Shades of Scampi #745F9C
Tints of Scampi #745F9C
RGB
CMYK
RGB Variations
Color information
#745F9C (or 0x745F9C) is known color: Scampi. HEX triplet: 74, 5F and 9C. RGB value is (116,95,156). Sum of RGB (Red+Green+Blue) = 116+95+156=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #745F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745F9C is #8BA063. Grayscale: #6C6C6C. Windows color (decimal): -9150564 or 10248052. OLE color: 10248052.
HSL color Cylindrical-coordinate representation of color #745F9C: hue angle of 260.66º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745F9C is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 95 | 156 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.39 |
| HSL | 260.66º | 0.24% | 0.49% | - |
| HSV(B) | 260.66º | 0.39% | 0.61% | - |
| XYZ | 17.3 | 14.3 | 33.3 | - |
| YUV | 108.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 156 | 0.26 | 0.39 | 0 | 0.39 | 260.66 | 0.24 | 0.49 |
| Hex | 74 | 5F | 9C | 1A | 27 | 0 | 27 | 105 | 18 | 31 |
| Octal | 164 | 137 | 234 | 32 | 47 | 0 | 47 | 405 | 30 | 61 |
| Binary | 1110100 | 1011111 | 10011100 | 11010 | 100111 | 0 | 100111 | 100000101 | 11000 | 110001 |
Color Harmonies of #745F9C
Complementary color
Monochromatic Colors of #745F9C
Black with #745F9C
Text Example
Text Example
White with #745F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F9C; }
p { color: rgb(116,95,156); }
H1.HeaderClassName
{
color: #745F9C;
}
.AnyTagClassName
{
color: #745F9C;
}
</style>
background-color css
<style>
a { background-color: #745F9C; }
a { background-color: rgb(116,95,156); }
div.DivClassName
{
background-color: #745F9C;
}
.BgClassName
{
background-color: #745F9C;
}
</style>
border-color css
<style>
span { border-color: #745F9C; }
span { border-color: rgb(116,95,156); }
td.TdClassName
{
border-color: #745F9C;
}
.TagClassName
{
border-color: #745F9C;
}
</style>