Shades of Dolphin #716D7A
Tints of Dolphin #716D7A
RGB
CMYK
RGB Variations
Color information
#716D7A (or 0x716D7A) is known color: Dolphin. HEX triplet: 71, 6D and 7A. RGB value is (113,109,122). Sum of RGB (Red+Green+Blue) = 113+109+122=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #716D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D7A is #8E9285. Grayscale: #6F6F6F. Windows color (decimal): -9343622 or 8023409. OLE color: 8023409.
HSL color Cylindrical-coordinate representation of color #716D7A: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #716D7A is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 109 | 122 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.52 |
| HSL | 258.46º | 0.06% | 0.45% | - |
| HSV(B) | 258.46º | 0.11% | 0.48% | - |
| XYZ | 15.79 | 15.85 | 20.64 | - |
| YUV | 111.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 122 | 0.07 | 0.11 | 0 | 0.52 | 258.46 | 0.06 | 0.45 |
| Hex | 71 | 6D | 7A | 7 | B | 0 | 34 | 102 | 6 | 2D |
| Octal | 161 | 155 | 172 | 7 | 13 | 0 | 64 | 402 | 6 | 55 |
| Binary | 1110001 | 1101101 | 1111010 | 111 | 1011 | 0 | 110100 | 100000010 | 110 | 101101 |
Color Harmonies of #716D7A
Complementary color
Monochromatic Colors of #716D7A
Black with #716D7A
Text Example
Text Example
White with #716D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D7A; }
p { color: rgb(113,109,122); }
H1.HeaderClassName
{
color: #716D7A;
}
.AnyTagClassName
{
color: #716D7A;
}
</style>
background-color css
<style>
a { background-color: #716D7A; }
a { background-color: rgb(113,109,122); }
div.DivClassName
{
background-color: #716D7A;
}
.BgClassName
{
background-color: #716D7A;
}
</style>
border-color css
<style>
span { border-color: #716D7A; }
span { border-color: rgb(113,109,122); }
td.TdClassName
{
border-color: #716D7A;
}
.TagClassName
{
border-color: #716D7A;
}
</style>