Shades of Scampi #75738B
Tints of Scampi #75738B
RGB
CMYK
RGB Variations
Color information
#75738B (or 0x75738B) is known color: Scampi. HEX triplet: 75, 73 and 8B. RGB value is (117,115,139). Sum of RGB (Red+Green+Blue) = 117+115+139=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #75738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738B is #8A8C74. Grayscale: #767676. Windows color (decimal): -9079925 or 9139061. OLE color: 9139061.
HSL color Cylindrical-coordinate representation of color #75738B: hue angle of 245º 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 #75738B is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 115 | 139 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.45 |
| HSL | 245º | 0.09% | 0.5% | - |
| HSV(B) | 245º | 0.17% | 0.55% | - |
| XYZ | 18.13 | 17.91 | 26.93 | - |
| YUV | 118.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 139 | 0.16 | 0.17 | 0 | 0.45 | 245 | 0.09 | 0.5 |
| Hex | 75 | 73 | 8B | 10 | 11 | 0 | 2D | F5 | 9 | 32 |
| Octal | 165 | 163 | 213 | 20 | 21 | 0 | 55 | 365 | 11 | 62 |
| Binary | 1110101 | 1110011 | 10001011 | 10000 | 10001 | 0 | 101101 | 11110101 | 1001 | 110010 |
Color Harmonies of #75738B
Complementary color
Monochromatic Colors of #75738B
Black with #75738B
Text Example
Text Example
White with #75738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75738B; }
p { color: rgb(117,115,139); }
H1.HeaderClassName
{
color: #75738B;
}
.AnyTagClassName
{
color: #75738B;
}
</style>
background-color css
<style>
a { background-color: #75738B; }
a { background-color: rgb(117,115,139); }
div.DivClassName
{
background-color: #75738B;
}
.BgClassName
{
background-color: #75738B;
}
</style>
border-color css
<style>
span { border-color: #75738B; }
span { border-color: rgb(117,115,139); }
td.TdClassName
{
border-color: #75738B;
}
.TagClassName
{
border-color: #75738B;
}
</style>