Shades of Dolphin #706E77
Tints of Dolphin #706E77
RGB
CMYK
RGB Variations
Color information
#706E77 (or 0x706E77) is known color: Dolphin. HEX triplet: 70, 6E and 77. RGB value is (112,110,119). Sum of RGB (Red+Green+Blue) = 112+110+119=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 119 - color contains mainly: blue. Hex color #706E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E77 is #8F9188. Grayscale: #6F6F6F. Windows color (decimal): -9408905 or 7827056. OLE color: 7827056.
HSL color Cylindrical-coordinate representation of color #706E77: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706E77 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 110 | 119 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.53 |
| HSL | 253.33º | 0.04% | 0.45% | - |
| HSV(B) | 253.33º | 0.08% | 0.47% | - |
| XYZ | 15.59 | 15.93 | 19.71 | - |
| YUV | 111.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 119 | 0.06 | 0.08 | 0 | 0.53 | 253.33 | 0.04 | 0.45 |
| Hex | 70 | 6E | 77 | 6 | 8 | 0 | 35 | FD | 4 | 2D |
| Octal | 160 | 156 | 167 | 6 | 10 | 0 | 65 | 375 | 4 | 55 |
| Binary | 1110000 | 1101110 | 1110111 | 110 | 1000 | 0 | 110101 | 11111101 | 100 | 101101 |
Color Harmonies of #706E77
Complementary color
Monochromatic Colors of #706E77
Black with #706E77
Text Example
Text Example
White with #706E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E77; }
p { color: rgb(112,110,119); }
H1.HeaderClassName
{
color: #706E77;
}
.AnyTagClassName
{
color: #706E77;
}
</style>
background-color css
<style>
a { background-color: #706E77; }
a { background-color: rgb(112,110,119); }
div.DivClassName
{
background-color: #706E77;
}
.BgClassName
{
background-color: #706E77;
}
</style>
border-color css
<style>
span { border-color: #706E77; }
span { border-color: rgb(112,110,119); }
td.TdClassName
{
border-color: #706E77;
}
.TagClassName
{
border-color: #706E77;
}
</style>