Shades of Scampi #75759A
Tints of Scampi #75759A
RGB
CMYK
RGB Variations
Color information
#75759A (or 0x75759A) is known color: Scampi. HEX triplet: 75, 75 and 9A. RGB value is (117,117,154). Sum of RGB (Red+Green+Blue) = 117+117+154=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #75759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75759A is #8A8A65. Grayscale: #797979. Windows color (decimal): -9079398 or 10122613. OLE color: 10122613.
HSL color Cylindrical-coordinate representation of color #75759A: hue angle of 240º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75759A is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 117 | 154 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.40 |
| HSL | 240º | 0.15% | 0.53% | - |
| HSV(B) | 240º | 0.24% | 0.6% | - |
| XYZ | 19.53 | 18.84 | 33.18 | - |
| YUV | 121.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 154 | 0.24 | 0.24 | 0 | 0.40 | 240 | 0.15 | 0.53 |
| Hex | 75 | 75 | 9A | 18 | 18 | 0 | 28 | F0 | F | 35 |
| Octal | 165 | 165 | 232 | 30 | 30 | 0 | 50 | 360 | 17 | 65 |
| Binary | 1110101 | 1110101 | 10011010 | 11000 | 11000 | 0 | 101000 | 11110000 | 1111 | 110101 |
Color Harmonies of #75759A
Complementary color
Monochromatic Colors of #75759A
Black with #75759A
Text Example
Text Example
White with #75759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75759A; }
p { color: rgb(117,117,154); }
H1.HeaderClassName
{
color: #75759A;
}
.AnyTagClassName
{
color: #75759A;
}
</style>
background-color css
<style>
a { background-color: #75759A; }
a { background-color: rgb(117,117,154); }
div.DivClassName
{
background-color: #75759A;
}
.BgClassName
{
background-color: #75759A;
}
</style>
border-color css
<style>
span { border-color: #75759A; }
span { border-color: rgb(117,117,154); }
td.TdClassName
{
border-color: #75759A;
}
.TagClassName
{
border-color: #75759A;
}
</style>