Shades of Scampi #75748D
Tints of Scampi #75748D
RGB
CMYK
RGB Variations
Color information
#75748D (or 0x75748D) is known color: Scampi. HEX triplet: 75, 74 and 8D. RGB value is (117,116,141). Sum of RGB (Red+Green+Blue) = 117+116+141=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #75748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75748D is #8A8B72. Grayscale: #777777. Windows color (decimal): -9079667 or 9270389. OLE color: 9270389.
HSL color Cylindrical-coordinate representation of color #75748D: hue angle of 242.4º 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 #75748D is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 116 | 141 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.45 |
| HSL | 242.4º | 0.1% | 0.5% | - |
| HSV(B) | 242.4º | 0.18% | 0.55% | - |
| XYZ | 18.39 | 18.2 | 27.74 | - |
| YUV | 119.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 141 | 0.17 | 0.18 | 0 | 0.45 | 242.4 | 0.1 | 0.5 |
| Hex | 75 | 74 | 8D | 11 | 12 | 0 | 2D | F2 | A | 32 |
| Octal | 165 | 164 | 215 | 21 | 22 | 0 | 55 | 362 | 12 | 62 |
| Binary | 1110101 | 1110100 | 10001101 | 10001 | 10010 | 0 | 101101 | 11110010 | 1010 | 110010 |
Color Harmonies of #75748D
Complementary color
Monochromatic Colors of #75748D
Black with #75748D
Text Example
Text Example
White with #75748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75748D; }
p { color: rgb(117,116,141); }
H1.HeaderClassName
{
color: #75748D;
}
.AnyTagClassName
{
color: #75748D;
}
</style>
background-color css
<style>
a { background-color: #75748D; }
a { background-color: rgb(117,116,141); }
div.DivClassName
{
background-color: #75748D;
}
.BgClassName
{
background-color: #75748D;
}
</style>
border-color css
<style>
span { border-color: #75748D; }
span { border-color: rgb(117,116,141); }
td.TdClassName
{
border-color: #75748D;
}
.TagClassName
{
border-color: #75748D;
}
</style>