Shades of Dolphin #706E75
Tints of Dolphin #706E75
RGB
CMYK
RGB Variations
Color information
#706E75 (or 0x706E75) is known color: Dolphin. HEX triplet: 70, 6E and 75. RGB value is (112,110,117). Sum of RGB (Red+Green+Blue) = 112+110+117=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 117 - color contains mainly: blue. Hex color #706E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E75 is #8F918A. Grayscale: #6F6F6F. Windows color (decimal): -9408907 or 7695984. OLE color: 7695984.
HSL color Cylindrical-coordinate representation of color #706E75: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706E75 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 110 | 117 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.54 |
| HSL | 257.14º | 0.03% | 0.45% | - |
| HSV(B) | 257.14º | 0.06% | 0.46% | - |
| XYZ | 15.47 | 15.88 | 19.08 | - |
| YUV | 111.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 117 | 0.04 | 0.06 | 0 | 0.54 | 257.14 | 0.03 | 0.45 |
| Hex | 70 | 6E | 75 | 4 | 6 | 0 | 36 | 101 | 3 | 2D |
| Octal | 160 | 156 | 165 | 4 | 6 | 0 | 66 | 401 | 3 | 55 |
| Binary | 1110000 | 1101110 | 1110101 | 100 | 110 | 0 | 110110 | 100000001 | 11 | 101101 |
Color Harmonies of #706E75
Complementary color
Monochromatic Colors of #706E75
Black with #706E75
Text Example
Text Example
White with #706E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E75; }
p { color: rgb(112,110,117); }
H1.HeaderClassName
{
color: #706E75;
}
.AnyTagClassName
{
color: #706E75;
}
</style>
background-color css
<style>
a { background-color: #706E75; }
a { background-color: rgb(112,110,117); }
div.DivClassName
{
background-color: #706E75;
}
.BgClassName
{
background-color: #706E75;
}
</style>
border-color css
<style>
span { border-color: #706E75; }
span { border-color: rgb(112,110,117); }
td.TdClassName
{
border-color: #706E75;
}
.TagClassName
{
border-color: #706E75;
}
</style>