Shades of Dolphin #706E85
Tints of Dolphin #706E85
RGB
CMYK
RGB Variations
Color information
#706E85 (or 0x706E85) is known color: Dolphin. HEX triplet: 70, 6E and 85. RGB value is (112,110,133). Sum of RGB (Red+Green+Blue) = 112+110+133=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #706E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E85 is #8F917A. Grayscale: #717171. Windows color (decimal): -9408891 or 8744560. OLE color: 8744560.
HSL color Cylindrical-coordinate representation of color #706E85: hue angle of 245.22º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #706E85 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 110 | 133 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.48 |
| HSL | 245.22º | 0.09% | 0.48% | - |
| HSV(B) | 245.22º | 0.17% | 0.52% | - |
| XYZ | 16.49 | 16.29 | 24.47 | - |
| YUV | 113.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 133 | 0.16 | 0.17 | 0 | 0.48 | 245.22 | 0.09 | 0.48 |
| Hex | 70 | 6E | 85 | 10 | 11 | 0 | 30 | F5 | 9 | 30 |
| Octal | 160 | 156 | 205 | 20 | 21 | 0 | 60 | 365 | 11 | 60 |
| Binary | 1110000 | 1101110 | 10000101 | 10000 | 10001 | 0 | 110000 | 11110101 | 1001 | 110000 |
Color Harmonies of #706E85
Complementary color
Monochromatic Colors of #706E85
Black with #706E85
Text Example
Text Example
White with #706E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E85; }
p { color: rgb(112,110,133); }
H1.HeaderClassName
{
color: #706E85;
}
.AnyTagClassName
{
color: #706E85;
}
</style>
background-color css
<style>
a { background-color: #706E85; }
a { background-color: rgb(112,110,133); }
div.DivClassName
{
background-color: #706E85;
}
.BgClassName
{
background-color: #706E85;
}
</style>
border-color css
<style>
span { border-color: #706E85; }
span { border-color: rgb(112,110,133); }
td.TdClassName
{
border-color: #706E85;
}
.TagClassName
{
border-color: #706E85;
}
</style>