Shades of Dolphin #716F79
Tints of Dolphin #716F79
RGB
CMYK
RGB Variations
Color information
#716F79 (or 0x716F79) is known color: Dolphin. HEX triplet: 71, 6F and 79. RGB value is (113,111,121). Sum of RGB (Red+Green+Blue) = 113+111+121=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 121 - color contains mainly: blue. Hex color #716F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F79 is #8E9086. Grayscale: #707070. Windows color (decimal): -9343111 or 7958385. OLE color: 7958385.
HSL color Cylindrical-coordinate representation of color #716F79: hue angle of 252º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #716F79 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 111 | 121 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.53 |
| HSL | 252º | 0.04% | 0.45% | - |
| HSV(B) | 252º | 0.08% | 0.47% | - |
| XYZ | 15.95 | 16.26 | 20.39 | - |
| YUV | 112.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 121 | 0.07 | 0.08 | 0 | 0.53 | 252 | 0.04 | 0.45 |
| Hex | 71 | 6F | 79 | 7 | 8 | 0 | 35 | FC | 4 | 2D |
| Octal | 161 | 157 | 171 | 7 | 10 | 0 | 65 | 374 | 4 | 55 |
| Binary | 1110001 | 1101111 | 1111001 | 111 | 1000 | 0 | 110101 | 11111100 | 100 | 101101 |
Color Harmonies of #716F79
Complementary color
Monochromatic Colors of #716F79
Black with #716F79
Text Example
Text Example
White with #716F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F79; }
p { color: rgb(113,111,121); }
H1.HeaderClassName
{
color: #716F79;
}
.AnyTagClassName
{
color: #716F79;
}
</style>
background-color css
<style>
a { background-color: #716F79; }
a { background-color: rgb(113,111,121); }
div.DivClassName
{
background-color: #716F79;
}
.BgClassName
{
background-color: #716F79;
}
</style>
border-color css
<style>
span { border-color: #716F79; }
span { border-color: rgb(113,111,121); }
td.TdClassName
{
border-color: #716F79;
}
.TagClassName
{
border-color: #716F79;
}
</style>