Shades of Dolphin #716E81
Tints of Dolphin #716E81
RGB
CMYK
RGB Variations
Color information
#716E81 (or 0x716E81) is known color: Dolphin. HEX triplet: 71, 6E and 81. RGB value is (113,110,129). Sum of RGB (Red+Green+Blue) = 113+110+129=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 129 - color contains mainly: blue. Hex color #716E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E81 is #8E917E. Grayscale: #707070. Windows color (decimal): -9343359 or 8482417. OLE color: 8482417.
HSL color Cylindrical-coordinate representation of color #716E81: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716E81 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 110 | 129 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.49 |
| HSL | 249.47º | 0.08% | 0.47% | - |
| HSV(B) | 249.47º | 0.15% | 0.51% | - |
| XYZ | 16.35 | 16.25 | 23.04 | - |
| YUV | 113.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 129 | 0.12 | 0.15 | 0 | 0.49 | 249.47 | 0.08 | 0.47 |
| Hex | 71 | 6E | 81 | C | F | 0 | 31 | F9 | 8 | 2F |
| Octal | 161 | 156 | 201 | 14 | 17 | 0 | 61 | 371 | 10 | 57 |
| Binary | 1110001 | 1101110 | 10000001 | 1100 | 1111 | 0 | 110001 | 11111001 | 1000 | 101111 |
Color Harmonies of #716E81
Complementary color
Monochromatic Colors of #716E81
Black with #716E81
Text Example
Text Example
White with #716E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E81; }
p { color: rgb(113,110,129); }
H1.HeaderClassName
{
color: #716E81;
}
.AnyTagClassName
{
color: #716E81;
}
</style>
background-color css
<style>
a { background-color: #716E81; }
a { background-color: rgb(113,110,129); }
div.DivClassName
{
background-color: #716E81;
}
.BgClassName
{
background-color: #716E81;
}
</style>
border-color css
<style>
span { border-color: #716E81; }
span { border-color: rgb(113,110,129); }
td.TdClassName
{
border-color: #716E81;
}
.TagClassName
{
border-color: #716E81;
}
</style>