Shades of Dolphin #716F76
Tints of Dolphin #716F76
RGB
CMYK
RGB Variations
Color information
#716F76 (or 0x716F76) is known color: Dolphin. HEX triplet: 71, 6F and 76. RGB value is (113,111,118). Sum of RGB (Red+Green+Blue) = 113+111+118=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #716F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F76 is #8E9089. Grayscale: #707070. Windows color (decimal): -9343114 or 7761777. OLE color: 7761777.
HSL color Cylindrical-coordinate representation of color #716F76: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716F76 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 111 | 118 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.54 |
| HSL | 257.14º | 0.03% | 0.45% | - |
| HSV(B) | 257.14º | 0.06% | 0.46% | - |
| XYZ | 15.76 | 16.19 | 19.43 | - |
| YUV | 112.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 118 | 0.04 | 0.06 | 0 | 0.54 | 257.14 | 0.03 | 0.45 |
| Hex | 71 | 6F | 76 | 4 | 6 | 0 | 36 | 101 | 3 | 2D |
| Octal | 161 | 157 | 166 | 4 | 6 | 0 | 66 | 401 | 3 | 55 |
| Binary | 1110001 | 1101111 | 1110110 | 100 | 110 | 0 | 110110 | 100000001 | 11 | 101101 |
Color Harmonies of #716F76
Complementary color
Monochromatic Colors of #716F76
Black with #716F76
Text Example
Text Example
White with #716F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F76; }
p { color: rgb(113,111,118); }
H1.HeaderClassName
{
color: #716F76;
}
.AnyTagClassName
{
color: #716F76;
}
</style>
background-color css
<style>
a { background-color: #716F76; }
a { background-color: rgb(113,111,118); }
div.DivClassName
{
background-color: #716F76;
}
.BgClassName
{
background-color: #716F76;
}
</style>
border-color css
<style>
span { border-color: #716F76; }
span { border-color: rgb(113,111,118); }
td.TdClassName
{
border-color: #716F76;
}
.TagClassName
{
border-color: #716F76;
}
</style>