Shades of Dolphin #716E7B
Tints of Dolphin #716E7B
RGB
CMYK
RGB Variations
Color information
#716E7B (or 0x716E7B) is known color: Dolphin. HEX triplet: 71, 6E and 7B. RGB value is (113,110,123). Sum of RGB (Red+Green+Blue) = 113+110+123=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #716E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E7B is #8E9184. Grayscale: #707070. Windows color (decimal): -9343365 or 8089201. OLE color: 8089201.
HSL color Cylindrical-coordinate representation of color #716E7B: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #716E7B is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 110 | 123 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.52 |
| HSL | 253.85º | 0.06% | 0.46% | - |
| HSV(B) | 253.85º | 0.11% | 0.48% | - |
| XYZ | 15.96 | 16.09 | 21 | - |
| YUV | 112.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 123 | 0.08 | 0.11 | 0 | 0.52 | 253.85 | 0.06 | 0.46 |
| Hex | 71 | 6E | 7B | 8 | B | 0 | 34 | FE | 6 | 2E |
| Octal | 161 | 156 | 173 | 10 | 13 | 0 | 64 | 376 | 6 | 56 |
| Binary | 1110001 | 1101110 | 1111011 | 1000 | 1011 | 0 | 110100 | 11111110 | 110 | 101110 |
Color Harmonies of #716E7B
Complementary color
Monochromatic Colors of #716E7B
Black with #716E7B
Text Example
Text Example
White with #716E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E7B; }
p { color: rgb(113,110,123); }
H1.HeaderClassName
{
color: #716E7B;
}
.AnyTagClassName
{
color: #716E7B;
}
</style>
background-color css
<style>
a { background-color: #716E7B; }
a { background-color: rgb(113,110,123); }
div.DivClassName
{
background-color: #716E7B;
}
.BgClassName
{
background-color: #716E7B;
}
</style>
border-color css
<style>
span { border-color: #716E7B; }
span { border-color: rgb(113,110,123); }
td.TdClassName
{
border-color: #716E7B;
}
.TagClassName
{
border-color: #716E7B;
}
</style>