Shades of Scampi #71729B
Tints of Scampi #71729B
RGB
CMYK
RGB Variations
Color information
#71729B (or 0x71729B) is known color: Scampi. HEX triplet: 71, 72 and 9B. RGB value is (113,114,155). Sum of RGB (Red+Green+Blue) = 113+114+155=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #71729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71729B is #8E8D64. Grayscale: #767676. Windows color (decimal): -9342309 or 10187377. OLE color: 10187377.
HSL color Cylindrical-coordinate representation of color #71729B: hue angle of 238.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71729B is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 114 | 155 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.39 |
| HSL | 238.57º | 0.17% | 0.53% | - |
| HSV(B) | 238.57º | 0.27% | 0.61% | - |
| XYZ | 18.74 | 17.91 | 33.48 | - |
| YUV | 118.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 155 | 0.27 | 0.26 | 0 | 0.39 | 238.57 | 0.17 | 0.53 |
| Hex | 71 | 72 | 9B | 1B | 1A | 0 | 27 | EF | 11 | 35 |
| Octal | 161 | 162 | 233 | 33 | 32 | 0 | 47 | 357 | 21 | 65 |
| Binary | 1110001 | 1110010 | 10011011 | 11011 | 11010 | 0 | 100111 | 11101111 | 10001 | 110101 |
Color Harmonies of #71729B
Complementary color
Monochromatic Colors of #71729B
Black with #71729B
Text Example
Text Example
White with #71729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71729B; }
p { color: rgb(113,114,155); }
H1.HeaderClassName
{
color: #71729B;
}
.AnyTagClassName
{
color: #71729B;
}
</style>
background-color css
<style>
a { background-color: #71729B; }
a { background-color: rgb(113,114,155); }
div.DivClassName
{
background-color: #71729B;
}
.BgClassName
{
background-color: #71729B;
}
</style>
border-color css
<style>
span { border-color: #71729B; }
span { border-color: rgb(113,114,155); }
td.TdClassName
{
border-color: #71729B;
}
.TagClassName
{
border-color: #71729B;
}
</style>