Shades of Scampi #74769C
Tints of Scampi #74769C
RGB
CMYK
RGB Variations
Color information
#74769C (or 0x74769C) is known color: Scampi. HEX triplet: 74, 76 and 9C. RGB value is (116,118,156). Sum of RGB (Red+Green+Blue) = 116+118+156=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #74769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74769C is #8B8963. Grayscale: #797979. Windows color (decimal): -9144676 or 10253940. OLE color: 10253940.
HSL color Cylindrical-coordinate representation of color #74769C: hue angle of 237º 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 #74769C is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 118 | 156 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.39 |
| HSL | 237º | 0.17% | 0.53% | - |
| HSV(B) | 237º | 0.26% | 0.61% | - |
| XYZ | 19.68 | 19.07 | 34.1 | - |
| YUV | 121.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 156 | 0.26 | 0.24 | 0 | 0.39 | 237 | 0.17 | 0.53 |
| Hex | 74 | 76 | 9C | 1A | 18 | 0 | 27 | ED | 11 | 35 |
| Octal | 164 | 166 | 234 | 32 | 30 | 0 | 47 | 355 | 21 | 65 |
| Binary | 1110100 | 1110110 | 10011100 | 11010 | 11000 | 0 | 100111 | 11101101 | 10001 | 110101 |
Color Harmonies of #74769C
Complementary color
Monochromatic Colors of #74769C
Black with #74769C
Text Example
Text Example
White with #74769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74769C; }
p { color: rgb(116,118,156); }
H1.HeaderClassName
{
color: #74769C;
}
.AnyTagClassName
{
color: #74769C;
}
</style>
background-color css
<style>
a { background-color: #74769C; }
a { background-color: rgb(116,118,156); }
div.DivClassName
{
background-color: #74769C;
}
.BgClassName
{
background-color: #74769C;
}
</style>
border-color css
<style>
span { border-color: #74769C; }
span { border-color: rgb(116,118,156); }
td.TdClassName
{
border-color: #74769C;
}
.TagClassName
{
border-color: #74769C;
}
</style>