Shades of Dolphin #716E83
Tints of Dolphin #716E83
RGB
CMYK
RGB Variations
Color information
#716E83 (or 0x716E83) is known color: Dolphin. HEX triplet: 71, 6E and 83. RGB value is (113,110,131). Sum of RGB (Red+Green+Blue) = 113+110+131=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #716E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716E83 is #8E917C. Grayscale: #717171. Windows color (decimal): -9343357 or 8613489. OLE color: 8613489.
HSL color Cylindrical-coordinate representation of color #716E83: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716E83 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 110 | 131 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.49 |
| HSL | 248.57º | 0.09% | 0.47% | - |
| HSV(B) | 248.57º | 0.16% | 0.51% | - |
| XYZ | 16.48 | 16.3 | 23.75 | - |
| YUV | 113.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 131 | 0.14 | 0.16 | 0 | 0.49 | 248.57 | 0.09 | 0.47 |
| Hex | 71 | 6E | 83 | E | 10 | 0 | 31 | F9 | 9 | 2F |
| Octal | 161 | 156 | 203 | 16 | 20 | 0 | 61 | 371 | 11 | 57 |
| Binary | 1110001 | 1101110 | 10000011 | 1110 | 10000 | 0 | 110001 | 11111001 | 1001 | 101111 |
Color Harmonies of #716E83
Complementary color
Monochromatic Colors of #716E83
Black with #716E83
Text Example
Text Example
White with #716E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E83; }
p { color: rgb(113,110,131); }
H1.HeaderClassName
{
color: #716E83;
}
.AnyTagClassName
{
color: #716E83;
}
</style>
background-color css
<style>
a { background-color: #716E83; }
a { background-color: rgb(113,110,131); }
div.DivClassName
{
background-color: #716E83;
}
.BgClassName
{
background-color: #716E83;
}
</style>
border-color css
<style>
span { border-color: #716E83; }
span { border-color: rgb(113,110,131); }
td.TdClassName
{
border-color: #716E83;
}
.TagClassName
{
border-color: #716E83;
}
</style>