Shades of Scampi #75739C
Tints of Scampi #75739C
RGB
CMYK
RGB Variations
Color information
#75739C (or 0x75739C) is known color: Scampi. HEX triplet: 75, 73 and 9C. RGB value is (117,115,156). Sum of RGB (Red+Green+Blue) = 117+115+156=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #75739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75739C is #8A8C63. Grayscale: #787878. Windows color (decimal): -9079908 or 10253173. OLE color: 10253173.
HSL color Cylindrical-coordinate representation of color #75739C: hue angle of 242.93º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75739C is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 115 | 156 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.39 |
| HSL | 242.93º | 0.17% | 0.53% | - |
| HSV(B) | 242.93º | 0.26% | 0.61% | - |
| XYZ | 19.47 | 18.44 | 33.99 | - |
| YUV | 120.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 156 | 0.25 | 0.26 | 0 | 0.39 | 242.93 | 0.17 | 0.53 |
| Hex | 75 | 73 | 9C | 19 | 1A | 0 | 27 | F3 | 11 | 35 |
| Octal | 165 | 163 | 234 | 31 | 32 | 0 | 47 | 363 | 21 | 65 |
| Binary | 1110101 | 1110011 | 10011100 | 11001 | 11010 | 0 | 100111 | 11110011 | 10001 | 110101 |
Color Harmonies of #75739C
Complementary color
Monochromatic Colors of #75739C
Black with #75739C
Text Example
Text Example
White with #75739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75739C; }
p { color: rgb(117,115,156); }
H1.HeaderClassName
{
color: #75739C;
}
.AnyTagClassName
{
color: #75739C;
}
</style>
background-color css
<style>
a { background-color: #75739C; }
a { background-color: rgb(117,115,156); }
div.DivClassName
{
background-color: #75739C;
}
.BgClassName
{
background-color: #75739C;
}
</style>
border-color css
<style>
span { border-color: #75739C; }
span { border-color: rgb(117,115,156); }
td.TdClassName
{
border-color: #75739C;
}
.TagClassName
{
border-color: #75739C;
}
</style>