Shades of Dolphin #716E7F
Tints of Dolphin #716E7F
RGB
CMYK
RGB Variations
Color information
#716E7F (or 0x716E7F) is known color: Dolphin. HEX triplet: 71, 6E and 7F. RGB value is (113,110,127). Sum of RGB (Red+Green+Blue) = 113+110+127=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #716E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E7F is #8E9180. Grayscale: #707070. Windows color (decimal): -9343361 or 8351345. OLE color: 8351345.
HSL color Cylindrical-coordinate representation of color #716E7F: hue angle of 250.59º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #716E7F is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 110 | 127 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.50 |
| HSL | 250.59º | 0.07% | 0.46% | - |
| HSV(B) | 250.59º | 0.13% | 0.5% | - |
| XYZ | 16.22 | 16.19 | 22.35 | - |
| YUV | 112.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 127 | 0.11 | 0.13 | 0 | 0.50 | 250.59 | 0.07 | 0.46 |
| Hex | 71 | 6E | 7F | B | D | 0 | 32 | FB | 7 | 2E |
| Octal | 161 | 156 | 177 | 13 | 15 | 0 | 62 | 373 | 7 | 56 |
| Binary | 1110001 | 1101110 | 1111111 | 1011 | 1101 | 0 | 110010 | 11111011 | 111 | 101110 |
Color Harmonies of #716E7F
Complementary color
Monochromatic Colors of #716E7F
Black with #716E7F
Text Example
Text Example
White with #716E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E7F; }
p { color: rgb(113,110,127); }
H1.HeaderClassName
{
color: #716E7F;
}
.AnyTagClassName
{
color: #716E7F;
}
</style>
background-color css
<style>
a { background-color: #716E7F; }
a { background-color: rgb(113,110,127); }
div.DivClassName
{
background-color: #716E7F;
}
.BgClassName
{
background-color: #716E7F;
}
</style>
border-color css
<style>
span { border-color: #716E7F; }
span { border-color: rgb(113,110,127); }
td.TdClassName
{
border-color: #716E7F;
}
.TagClassName
{
border-color: #716E7F;
}
</style>