Shades of Dolphin #716F84
Tints of Dolphin #716F84
RGB
CMYK
RGB Variations
Color information
#716F84 (or 0x716F84) is known color: Dolphin. HEX triplet: 71, 6F and 84. RGB value is (113,111,132). Sum of RGB (Red+Green+Blue) = 113+111+132=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #716F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716F84 is #8E907B. Grayscale: #717171. Windows color (decimal): -9343100 or 8679281. OLE color: 8679281.
HSL color Cylindrical-coordinate representation of color #716F84: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716F84 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 111 | 132 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.48 |
| HSL | 245.71º | 0.09% | 0.48% | - |
| HSV(B) | 245.71º | 0.16% | 0.52% | - |
| XYZ | 16.66 | 16.55 | 24.15 | - |
| YUV | 113.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 132 | 0.14 | 0.16 | 0 | 0.48 | 245.71 | 0.09 | 0.48 |
| Hex | 71 | 6F | 84 | E | 10 | 0 | 30 | F6 | 9 | 30 |
| Octal | 161 | 157 | 204 | 16 | 20 | 0 | 60 | 366 | 11 | 60 |
| Binary | 1110001 | 1101111 | 10000100 | 1110 | 10000 | 0 | 110000 | 11110110 | 1001 | 110000 |
Color Harmonies of #716F84
Complementary color
Monochromatic Colors of #716F84
Black with #716F84
Text Example
Text Example
White with #716F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F84; }
p { color: rgb(113,111,132); }
H1.HeaderClassName
{
color: #716F84;
}
.AnyTagClassName
{
color: #716F84;
}
</style>
background-color css
<style>
a { background-color: #716F84; }
a { background-color: rgb(113,111,132); }
div.DivClassName
{
background-color: #716F84;
}
.BgClassName
{
background-color: #716F84;
}
</style>
border-color css
<style>
span { border-color: #716F84; }
span { border-color: rgb(113,111,132); }
td.TdClassName
{
border-color: #716F84;
}
.TagClassName
{
border-color: #716F84;
}
</style>