Shades of Dolphin #706F86
Tints of Dolphin #706F86
RGB
CMYK
RGB Variations
Color information
#706F86 (or 0x706F86) is known color: Dolphin. HEX triplet: 70, 6F and 86. RGB value is (112,111,134). Sum of RGB (Red+Green+Blue) = 112+111+134=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #706F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F86 is #8F9079. Grayscale: #717171. Windows color (decimal): -9408634 or 8810352. OLE color: 8810352.
HSL color Cylindrical-coordinate representation of color #706F86: hue angle of 242.61º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706F86 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 111 | 134 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.47 |
| HSL | 242.61º | 0.09% | 0.48% | - |
| HSV(B) | 242.61º | 0.17% | 0.53% | - |
| XYZ | 16.67 | 16.53 | 24.87 | - |
| YUV | 113.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 134 | 0.16 | 0.17 | 0 | 0.47 | 242.61 | 0.09 | 0.48 |
| Hex | 70 | 6F | 86 | 10 | 11 | 0 | 2F | F3 | 9 | 30 |
| Octal | 160 | 157 | 206 | 20 | 21 | 0 | 57 | 363 | 11 | 60 |
| Binary | 1110000 | 1101111 | 10000110 | 10000 | 10001 | 0 | 101111 | 11110011 | 1001 | 110000 |
Color Harmonies of #706F86
Complementary color
Monochromatic Colors of #706F86
Black with #706F86
Text Example
Text Example
White with #706F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F86; }
p { color: rgb(112,111,134); }
H1.HeaderClassName
{
color: #706F86;
}
.AnyTagClassName
{
color: #706F86;
}
</style>
background-color css
<style>
a { background-color: #706F86; }
a { background-color: rgb(112,111,134); }
div.DivClassName
{
background-color: #706F86;
}
.BgClassName
{
background-color: #706F86;
}
</style>
border-color css
<style>
span { border-color: #706F86; }
span { border-color: rgb(112,111,134); }
td.TdClassName
{
border-color: #706F86;
}
.TagClassName
{
border-color: #706F86;
}
</style>