Shades of Scampi #75748C
Tints of Scampi #75748C
RGB
CMYK
RGB Variations
Color information
#75748C (or 0x75748C) is known color: Scampi. HEX triplet: 75, 74 and 8C. RGB value is (117,116,140). Sum of RGB (Red+Green+Blue) = 117+116+140=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #75748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75748C is #8A8B73. Grayscale: #767676. Windows color (decimal): -9079668 or 9204853. OLE color: 9204853.
HSL color Cylindrical-coordinate representation of color #75748C: hue angle of 242.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75748C is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 116 | 140 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.45 |
| HSL | 242.5º | 0.09% | 0.5% | - |
| HSV(B) | 242.5º | 0.17% | 0.55% | - |
| XYZ | 18.32 | 18.17 | 27.35 | - |
| YUV | 119.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 140 | 0.16 | 0.17 | 0 | 0.45 | 242.5 | 0.09 | 0.5 |
| Hex | 75 | 74 | 8C | 10 | 11 | 0 | 2D | F2 | 9 | 32 |
| Octal | 165 | 164 | 214 | 20 | 21 | 0 | 55 | 362 | 11 | 62 |
| Binary | 1110101 | 1110100 | 10001100 | 10000 | 10001 | 0 | 101101 | 11110010 | 1001 | 110010 |
Color Harmonies of #75748C
Complementary color
Monochromatic Colors of #75748C
Black with #75748C
Text Example
Text Example
White with #75748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75748C; }
p { color: rgb(117,116,140); }
H1.HeaderClassName
{
color: #75748C;
}
.AnyTagClassName
{
color: #75748C;
}
</style>
background-color css
<style>
a { background-color: #75748C; }
a { background-color: rgb(117,116,140); }
div.DivClassName
{
background-color: #75748C;
}
.BgClassName
{
background-color: #75748C;
}
</style>
border-color css
<style>
span { border-color: #75748C; }
span { border-color: rgb(117,116,140); }
td.TdClassName
{
border-color: #75748C;
}
.TagClassName
{
border-color: #75748C;
}
</style>