Shades of Scampi #75689C
Tints of Scampi #75689C
RGB
CMYK
RGB Variations
Color information
#75689C (or 0x75689C) is known color: Scampi. HEX triplet: 75, 68 and 9C. RGB value is (117,104,156). Sum of RGB (Red+Green+Blue) = 117+104+156=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #75689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75689C is #8A9763. Grayscale: #717171. Windows color (decimal): -9082724 or 10250357. OLE color: 10250357.
HSL color Cylindrical-coordinate representation of color #75689C: hue angle of 255º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75689C is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 104 | 156 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.39 |
| HSL | 255º | 0.21% | 0.51% | - |
| HSV(B) | 255º | 0.33% | 0.61% | - |
| XYZ | 18.29 | 16.08 | 33.59 | - |
| YUV | 113.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 156 | 0.25 | 0.33 | 0 | 0.39 | 255 | 0.21 | 0.51 |
| Hex | 75 | 68 | 9C | 19 | 21 | 0 | 27 | FF | 15 | 33 |
| Octal | 165 | 150 | 234 | 31 | 41 | 0 | 47 | 377 | 25 | 63 |
| Binary | 1110101 | 1101000 | 10011100 | 11001 | 100001 | 0 | 100111 | 11111111 | 10101 | 110011 |
Color Harmonies of #75689C
Complementary color
Monochromatic Colors of #75689C
Black with #75689C
Text Example
Text Example
White with #75689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75689C; }
p { color: rgb(117,104,156); }
H1.HeaderClassName
{
color: #75689C;
}
.AnyTagClassName
{
color: #75689C;
}
</style>
background-color css
<style>
a { background-color: #75689C; }
a { background-color: rgb(117,104,156); }
div.DivClassName
{
background-color: #75689C;
}
.BgClassName
{
background-color: #75689C;
}
</style>
border-color css
<style>
span { border-color: #75689C; }
span { border-color: rgb(117,104,156); }
td.TdClassName
{
border-color: #75689C;
}
.TagClassName
{
border-color: #75689C;
}
</style>