Shades of Scampi #71739A
Tints of Scampi #71739A
RGB
CMYK
RGB Variations
Color information
#71739A (or 0x71739A) is known color: Scampi. HEX triplet: 71, 73 and 9A. RGB value is (113,115,154). Sum of RGB (Red+Green+Blue) = 113+115+154=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 115 (45.31% from 255 or 30.10% 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 #71739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71739A is #8E8C65. Grayscale: #767676. Windows color (decimal): -9342054 or 10122097. OLE color: 10122097.
HSL color Cylindrical-coordinate representation of color #71739A: hue angle of 237.07º 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 #71739A is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 115 | 154 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.40 |
| HSL | 237.07º | 0.17% | 0.52% | - |
| HSV(B) | 237.07º | 0.27% | 0.6% | - |
| XYZ | 18.77 | 18.11 | 33.08 | - |
| YUV | 118.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 154 | 0.27 | 0.25 | 0 | 0.40 | 237.07 | 0.17 | 0.52 |
| Hex | 71 | 73 | 9A | 1B | 19 | 0 | 28 | ED | 11 | 34 |
| Octal | 161 | 163 | 232 | 33 | 31 | 0 | 50 | 355 | 21 | 64 |
| Binary | 1110001 | 1110011 | 10011010 | 11011 | 11001 | 0 | 101000 | 11101101 | 10001 | 110100 |
Color Harmonies of #71739A
Complementary color
Monochromatic Colors of #71739A
Black with #71739A
Text Example
Text Example
White with #71739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71739A; }
p { color: rgb(113,115,154); }
H1.HeaderClassName
{
color: #71739A;
}
.AnyTagClassName
{
color: #71739A;
}
</style>
background-color css
<style>
a { background-color: #71739A; }
a { background-color: rgb(113,115,154); }
div.DivClassName
{
background-color: #71739A;
}
.BgClassName
{
background-color: #71739A;
}
</style>
border-color css
<style>
span { border-color: #71739A; }
span { border-color: rgb(113,115,154); }
td.TdClassName
{
border-color: #71739A;
}
.TagClassName
{
border-color: #71739A;
}
</style>