Shades of Scampi #74689C
Tints of Scampi #74689C
RGB
CMYK
RGB Variations
Color information
#74689C (or 0x74689C) is known color: Scampi. HEX triplet: 74, 68 and 9C. RGB value is (116,104,156). Sum of RGB (Red+Green+Blue) = 116+104+156=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 104 (41.02% from 255 or 27.66% 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 #74689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74689C is #8B9763. Grayscale: #717171. Windows color (decimal): -9148260 or 10250356. OLE color: 10250356.
HSL color Cylindrical-coordinate representation of color #74689C: hue angle of 253.85º 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 #74689C is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 104 | 156 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.39 |
| HSL | 253.85º | 0.21% | 0.51% | - |
| HSV(B) | 253.85º | 0.33% | 0.61% | - |
| XYZ | 18.15 | 16.01 | 33.59 | - |
| YUV | 113.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 156 | 0.26 | 0.33 | 0 | 0.39 | 253.85 | 0.21 | 0.51 |
| Hex | 74 | 68 | 9C | 1A | 21 | 0 | 27 | FE | 15 | 33 |
| Octal | 164 | 150 | 234 | 32 | 41 | 0 | 47 | 376 | 25 | 63 |
| Binary | 1110100 | 1101000 | 10011100 | 11010 | 100001 | 0 | 100111 | 11111110 | 10101 | 110011 |
Color Harmonies of #74689C
Complementary color
Monochromatic Colors of #74689C
Black with #74689C
Text Example
Text Example
White with #74689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74689C; }
p { color: rgb(116,104,156); }
H1.HeaderClassName
{
color: #74689C;
}
.AnyTagClassName
{
color: #74689C;
}
</style>
background-color css
<style>
a { background-color: #74689C; }
a { background-color: rgb(116,104,156); }
div.DivClassName
{
background-color: #74689C;
}
.BgClassName
{
background-color: #74689C;
}
</style>
border-color css
<style>
span { border-color: #74689C; }
span { border-color: rgb(116,104,156); }
td.TdClassName
{
border-color: #74689C;
}
.TagClassName
{
border-color: #74689C;
}
</style>