Shades of Scampi #74738F
Tints of Scampi #74738F
RGB
CMYK
RGB Variations
Color information
#74738F (or 0x74738F) is known color: Scampi. HEX triplet: 74, 73 and 8F. RGB value is (116,115,143). Sum of RGB (Red+Green+Blue) = 116+115+143=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #74738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74738F is #8B8C70. Grayscale: #767676. Windows color (decimal): -9145457 or 9401204. OLE color: 9401204.
HSL color Cylindrical-coordinate representation of color #74738F: hue angle of 242.14º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74738F is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 115 | 143 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.44 |
| HSL | 242.14º | 0.11% | 0.51% | - |
| HSV(B) | 242.14º | 0.2% | 0.56% | - |
| XYZ | 18.29 | 17.96 | 28.49 | - |
| YUV | 118.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 143 | 0.19 | 0.20 | 0 | 0.44 | 242.14 | 0.11 | 0.51 |
| Hex | 74 | 73 | 8F | 13 | 14 | 0 | 2C | F2 | B | 33 |
| Octal | 164 | 163 | 217 | 23 | 24 | 0 | 54 | 362 | 13 | 63 |
| Binary | 1110100 | 1110011 | 10001111 | 10011 | 10100 | 0 | 101100 | 11110010 | 1011 | 110011 |
Color Harmonies of #74738F
Complementary color
Monochromatic Colors of #74738F
Black with #74738F
Text Example
Text Example
White with #74738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74738F; }
p { color: rgb(116,115,143); }
H1.HeaderClassName
{
color: #74738F;
}
.AnyTagClassName
{
color: #74738F;
}
</style>
background-color css
<style>
a { background-color: #74738F; }
a { background-color: rgb(116,115,143); }
div.DivClassName
{
background-color: #74738F;
}
.BgClassName
{
background-color: #74738F;
}
</style>
border-color css
<style>
span { border-color: #74738F; }
span { border-color: rgb(116,115,143); }
td.TdClassName
{
border-color: #74738F;
}
.TagClassName
{
border-color: #74738F;
}
</style>