Shades of Dolphin #716E86
Tints of Dolphin #716E86
RGB
CMYK
RGB Variations
Color information
#716E86 (or 0x716E86) is known color: Dolphin. HEX triplet: 71, 6E and 86. RGB value is (113,110,134). Sum of RGB (Red+Green+Blue) = 113+110+134=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #716E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E86 is #8E9179. Grayscale: #717171. Windows color (decimal): -9343354 or 8810097. OLE color: 8810097.
HSL color Cylindrical-coordinate representation of color #716E86: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716E86 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 110 | 134 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.47 |
| HSL | 247.5º | 0.1% | 0.48% | - |
| HSV(B) | 247.5º | 0.18% | 0.53% | - |
| XYZ | 16.69 | 16.38 | 24.84 | - |
| YUV | 113.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 134 | 0.16 | 0.18 | 0 | 0.47 | 247.5 | 0.1 | 0.48 |
| Hex | 71 | 6E | 86 | 10 | 12 | 0 | 2F | F8 | A | 30 |
| Octal | 161 | 156 | 206 | 20 | 22 | 0 | 57 | 370 | 12 | 60 |
| Binary | 1110001 | 1101110 | 10000110 | 10000 | 10010 | 0 | 101111 | 11111000 | 1010 | 110000 |
Color Harmonies of #716E86
Complementary color
Monochromatic Colors of #716E86
Black with #716E86
Text Example
Text Example
White with #716E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E86; }
p { color: rgb(113,110,134); }
H1.HeaderClassName
{
color: #716E86;
}
.AnyTagClassName
{
color: #716E86;
}
</style>
background-color css
<style>
a { background-color: #716E86; }
a { background-color: rgb(113,110,134); }
div.DivClassName
{
background-color: #716E86;
}
.BgClassName
{
background-color: #716E86;
}
</style>
border-color css
<style>
span { border-color: #716E86; }
span { border-color: rgb(113,110,134); }
td.TdClassName
{
border-color: #716E86;
}
.TagClassName
{
border-color: #716E86;
}
</style>