Shades of Scampi #75738E
Tints of Scampi #75738E
RGB
CMYK
RGB Variations
Color information
#75738E (or 0x75738E) is known color: Scampi. HEX triplet: 75, 73 and 8E. RGB value is (117,115,142). Sum of RGB (Red+Green+Blue) = 117+115+142=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #75738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738E is #8A8C71. Grayscale: #767676. Windows color (decimal): -9079922 or 9335669. OLE color: 9335669.
HSL color Cylindrical-coordinate representation of color #75738E: hue angle of 244.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75738E is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 115 | 142 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.44 |
| HSL | 244.44º | 0.11% | 0.5% | - |
| HSV(B) | 244.44º | 0.19% | 0.56% | - |
| XYZ | 18.35 | 18 | 28.1 | - |
| YUV | 118.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 142 | 0.18 | 0.19 | 0 | 0.44 | 244.44 | 0.11 | 0.5 |
| Hex | 75 | 73 | 8E | 12 | 13 | 0 | 2C | F4 | B | 32 |
| Octal | 165 | 163 | 216 | 22 | 23 | 0 | 54 | 364 | 13 | 62 |
| Binary | 1110101 | 1110011 | 10001110 | 10010 | 10011 | 0 | 101100 | 11110100 | 1011 | 110010 |
Color Harmonies of #75738E
Complementary color
Monochromatic Colors of #75738E
Black with #75738E
Text Example
Text Example
White with #75738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75738E; }
p { color: rgb(117,115,142); }
H1.HeaderClassName
{
color: #75738E;
}
.AnyTagClassName
{
color: #75738E;
}
</style>
background-color css
<style>
a { background-color: #75738E; }
a { background-color: rgb(117,115,142); }
div.DivClassName
{
background-color: #75738E;
}
.BgClassName
{
background-color: #75738E;
}
</style>
border-color css
<style>
span { border-color: #75738E; }
span { border-color: rgb(117,115,142); }
td.TdClassName
{
border-color: #75738E;
}
.TagClassName
{
border-color: #75738E;
}
</style>