Shades of Dolphin #71707F
Tints of Dolphin #71707F
RGB
CMYK
RGB Variations
Color information
#71707F (or 0x71707F) is known color: Dolphin. HEX triplet: 71, 70 and 7F. RGB value is (113,112,127). Sum of RGB (Red+Green+Blue) = 113+112+127=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 127 - color contains mainly: blue. Hex color #71707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71707F is #8E8F80. Grayscale: #717171. Windows color (decimal): -9342849 or 8351857. OLE color: 8351857.
HSL color Cylindrical-coordinate representation of color #71707F: hue angle of 244º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71707F is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 112 | 127 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.50 |
| HSL | 244º | 0.06% | 0.47% | - |
| HSV(B) | 244º | 0.12% | 0.5% | - |
| XYZ | 16.43 | 16.63 | 22.42 | - |
| YUV | 114.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 127 | 0.11 | 0.12 | 0 | 0.50 | 244 | 0.06 | 0.47 |
| Hex | 71 | 70 | 7F | B | C | 0 | 32 | F4 | 6 | 2F |
| Octal | 161 | 160 | 177 | 13 | 14 | 0 | 62 | 364 | 6 | 57 |
| Binary | 1110001 | 1110000 | 1111111 | 1011 | 1100 | 0 | 110010 | 11110100 | 110 | 101111 |
Color Harmonies of #71707F
Complementary color
Monochromatic Colors of #71707F
Black with #71707F
Text Example
Text Example
White with #71707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71707F; }
p { color: rgb(113,112,127); }
H1.HeaderClassName
{
color: #71707F;
}
.AnyTagClassName
{
color: #71707F;
}
</style>
background-color css
<style>
a { background-color: #71707F; }
a { background-color: rgb(113,112,127); }
div.DivClassName
{
background-color: #71707F;
}
.BgClassName
{
background-color: #71707F;
}
</style>
border-color css
<style>
span { border-color: #71707F; }
span { border-color: rgb(113,112,127); }
td.TdClassName
{
border-color: #71707F;
}
.TagClassName
{
border-color: #71707F;
}
</style>