Shades of Scampi #75769B
Tints of Scampi #75769B
RGB
CMYK
RGB Variations
Color information
#75769B (or 0x75769B) is known color: Scampi. HEX triplet: 75, 76 and 9B. RGB value is (117,118,155). Sum of RGB (Red+Green+Blue) = 117+118+155=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #75769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75769B is #8A8964. Grayscale: #797979. Windows color (decimal): -9079141 or 10188405. OLE color: 10188405.
HSL color Cylindrical-coordinate representation of color #75769B: hue angle of 238.42º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75769B is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 118 | 155 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.39 |
| HSL | 238.42º | 0.16% | 0.53% | - |
| HSV(B) | 238.42º | 0.25% | 0.61% | - |
| XYZ | 19.73 | 19.11 | 33.66 | - |
| YUV | 121.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 155 | 0.25 | 0.24 | 0 | 0.39 | 238.42 | 0.16 | 0.53 |
| Hex | 75 | 76 | 9B | 19 | 18 | 0 | 27 | EE | 10 | 35 |
| Octal | 165 | 166 | 233 | 31 | 30 | 0 | 47 | 356 | 20 | 65 |
| Binary | 1110101 | 1110110 | 10011011 | 11001 | 11000 | 0 | 100111 | 11101110 | 10000 | 110101 |
Color Harmonies of #75769B
Complementary color
Monochromatic Colors of #75769B
Black with #75769B
Text Example
Text Example
White with #75769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75769B; }
p { color: rgb(117,118,155); }
H1.HeaderClassName
{
color: #75769B;
}
.AnyTagClassName
{
color: #75769B;
}
</style>
background-color css
<style>
a { background-color: #75769B; }
a { background-color: rgb(117,118,155); }
div.DivClassName
{
background-color: #75769B;
}
.BgClassName
{
background-color: #75769B;
}
</style>
border-color css
<style>
span { border-color: #75769B; }
span { border-color: rgb(117,118,155); }
td.TdClassName
{
border-color: #75769B;
}
.TagClassName
{
border-color: #75769B;
}
</style>