Shades of Scampi #75679C
Tints of Scampi #75679C
RGB
CMYK
RGB Variations
Color information
#75679C (or 0x75679C) is known color: Scampi. HEX triplet: 75, 67 and 9C. RGB value is (117,103,156). Sum of RGB (Red+Green+Blue) = 117+103+156=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #75679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75679C is #8A9863. Grayscale: #717171. Windows color (decimal): -9082980 or 10250101. OLE color: 10250101.
HSL color Cylindrical-coordinate representation of color #75679C: hue angle of 255.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75679C is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 103 | 156 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.39 |
| HSL | 255.85º | 0.21% | 0.51% | - |
| HSV(B) | 255.85º | 0.34% | 0.61% | - |
| XYZ | 18.19 | 15.88 | 33.56 | - |
| YUV | 113.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 156 | 0.25 | 0.34 | 0 | 0.39 | 255.85 | 0.21 | 0.51 |
| Hex | 75 | 67 | 9C | 19 | 22 | 0 | 27 | 100 | 15 | 33 |
| Octal | 165 | 147 | 234 | 31 | 42 | 0 | 47 | 400 | 25 | 63 |
| Binary | 1110101 | 1100111 | 10011100 | 11001 | 100010 | 0 | 100111 | 100000000 | 10101 | 110011 |
Color Harmonies of #75679C
Complementary color
Monochromatic Colors of #75679C
Black with #75679C
Text Example
Text Example
White with #75679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75679C; }
p { color: rgb(117,103,156); }
H1.HeaderClassName
{
color: #75679C;
}
.AnyTagClassName
{
color: #75679C;
}
</style>
background-color css
<style>
a { background-color: #75679C; }
a { background-color: rgb(117,103,156); }
div.DivClassName
{
background-color: #75679C;
}
.BgClassName
{
background-color: #75679C;
}
</style>
border-color css
<style>
span { border-color: #75679C; }
span { border-color: rgb(117,103,156); }
td.TdClassName
{
border-color: #75679C;
}
.TagClassName
{
border-color: #75679C;
}
</style>