Shades of Scampi #74709A
Tints of Scampi #74709A
RGB
CMYK
RGB Variations
Color information
#74709A (or 0x74709A) is known color: Scampi. HEX triplet: 74, 70 and 9A. RGB value is (116,112,154). Sum of RGB (Red+Green+Blue) = 116+112+154=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #74709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74709A is #8B8F65. Grayscale: #757575. Windows color (decimal): -9146214 or 10121332. OLE color: 10121332.
HSL color Cylindrical-coordinate representation of color #74709A: hue angle of 245.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74709A is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 112 | 154 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.40 |
| HSL | 245.71º | 0.17% | 0.52% | - |
| HSV(B) | 245.71º | 0.27% | 0.6% | - |
| XYZ | 18.83 | 17.63 | 32.98 | - |
| YUV | 117.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 154 | 0.25 | 0.27 | 0 | 0.40 | 245.71 | 0.17 | 0.52 |
| Hex | 74 | 70 | 9A | 19 | 1B | 0 | 28 | F6 | 11 | 34 |
| Octal | 164 | 160 | 232 | 31 | 33 | 0 | 50 | 366 | 21 | 64 |
| Binary | 1110100 | 1110000 | 10011010 | 11001 | 11011 | 0 | 101000 | 11110110 | 10001 | 110100 |
Color Harmonies of #74709A
Complementary color
Monochromatic Colors of #74709A
Black with #74709A
Text Example
Text Example
White with #74709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74709A; }
p { color: rgb(116,112,154); }
H1.HeaderClassName
{
color: #74709A;
}
.AnyTagClassName
{
color: #74709A;
}
</style>
background-color css
<style>
a { background-color: #74709A; }
a { background-color: rgb(116,112,154); }
div.DivClassName
{
background-color: #74709A;
}
.BgClassName
{
background-color: #74709A;
}
</style>
border-color css
<style>
span { border-color: #74709A; }
span { border-color: rgb(116,112,154); }
td.TdClassName
{
border-color: #74709A;
}
.TagClassName
{
border-color: #74709A;
}
</style>