Shades of Scampi #75748E
Tints of Scampi #75748E
RGB
CMYK
RGB Variations
Color information
#75748E (or 0x75748E) is known color: Scampi. HEX triplet: 75, 74 and 8E. RGB value is (117,116,142). Sum of RGB (Red+Green+Blue) = 117+116+142=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #75748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75748E is #8A8B71. Grayscale: #777777. Windows color (decimal): -9079666 or 9335925. OLE color: 9335925.
HSL color Cylindrical-coordinate representation of color #75748E: hue angle of 242.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75748E is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 116 | 142 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.44 |
| HSL | 242.31º | 0.1% | 0.51% | - |
| HSV(B) | 242.31º | 0.18% | 0.56% | - |
| XYZ | 18.46 | 18.23 | 28.14 | - |
| YUV | 119.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 142 | 0.18 | 0.18 | 0 | 0.44 | 242.31 | 0.1 | 0.51 |
| Hex | 75 | 74 | 8E | 12 | 12 | 0 | 2C | F2 | A | 33 |
| Octal | 165 | 164 | 216 | 22 | 22 | 0 | 54 | 362 | 12 | 63 |
| Binary | 1110101 | 1110100 | 10001110 | 10010 | 10010 | 0 | 101100 | 11110010 | 1010 | 110011 |
Color Harmonies of #75748E
Complementary color
Monochromatic Colors of #75748E
Black with #75748E
Text Example
Text Example
White with #75748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75748E; }
p { color: rgb(117,116,142); }
H1.HeaderClassName
{
color: #75748E;
}
.AnyTagClassName
{
color: #75748E;
}
</style>
background-color css
<style>
a { background-color: #75748E; }
a { background-color: rgb(117,116,142); }
div.DivClassName
{
background-color: #75748E;
}
.BgClassName
{
background-color: #75748E;
}
</style>
border-color css
<style>
span { border-color: #75748E; }
span { border-color: rgb(117,116,142); }
td.TdClassName
{
border-color: #75748E;
}
.TagClassName
{
border-color: #75748E;
}
</style>