Shades of Scampi #75728B
Tints of Scampi #75728B
RGB
CMYK
RGB Variations
Color information
#75728B (or 0x75728B) is known color: Scampi. HEX triplet: 75, 72 and 8B. RGB value is (117,114,139). Sum of RGB (Red+Green+Blue) = 117+114+139=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #75728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75728B is #8A8D74. Grayscale: #757575. Windows color (decimal): -9080181 or 9138805. OLE color: 9138805.
HSL color Cylindrical-coordinate representation of color #75728B: hue angle of 247.2º 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 #75728B is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 114 | 139 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.45 |
| HSL | 247.2º | 0.1% | 0.5% | - |
| HSV(B) | 247.2º | 0.18% | 0.55% | - |
| XYZ | 18.01 | 17.68 | 26.89 | - |
| YUV | 117.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 139 | 0.16 | 0.18 | 0 | 0.45 | 247.2 | 0.1 | 0.5 |
| Hex | 75 | 72 | 8B | 10 | 12 | 0 | 2D | F7 | A | 32 |
| Octal | 165 | 162 | 213 | 20 | 22 | 0 | 55 | 367 | 12 | 62 |
| Binary | 1110101 | 1110010 | 10001011 | 10000 | 10010 | 0 | 101101 | 11110111 | 1010 | 110010 |
Color Harmonies of #75728B
Complementary color
Monochromatic Colors of #75728B
Black with #75728B
Text Example
Text Example
White with #75728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75728B; }
p { color: rgb(117,114,139); }
H1.HeaderClassName
{
color: #75728B;
}
.AnyTagClassName
{
color: #75728B;
}
</style>
background-color css
<style>
a { background-color: #75728B; }
a { background-color: rgb(117,114,139); }
div.DivClassName
{
background-color: #75728B;
}
.BgClassName
{
background-color: #75728B;
}
</style>
border-color css
<style>
span { border-color: #75728B; }
span { border-color: rgb(117,114,139); }
td.TdClassName
{
border-color: #75728B;
}
.TagClassName
{
border-color: #75728B;
}
</style>