Shades of Dolphin #706F77
Tints of Dolphin #706F77
RGB
CMYK
RGB Variations
Color information
#706F77 (or 0x706F77) is known color: Dolphin. HEX triplet: 70, 6F and 77. RGB value is (112,111,119). Sum of RGB (Red+Green+Blue) = 112+111+119=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #706F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F77 is #8F9088. Grayscale: #707070. Windows color (decimal): -9408649 or 7827312. OLE color: 7827312.
HSL color Cylindrical-coordinate representation of color #706F77: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #706F77 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 111 | 119 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.53 |
| HSL | 247.5º | 0.03% | 0.45% | - |
| HSV(B) | 247.5º | 0.07% | 0.47% | - |
| XYZ | 15.7 | 16.15 | 19.74 | - |
| YUV | 112.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 119 | 0.06 | 0.07 | 0 | 0.53 | 247.5 | 0.03 | 0.45 |
| Hex | 70 | 6F | 77 | 6 | 7 | 0 | 35 | F8 | 3 | 2D |
| Octal | 160 | 157 | 167 | 6 | 7 | 0 | 65 | 370 | 3 | 55 |
| Binary | 1110000 | 1101111 | 1110111 | 110 | 111 | 0 | 110101 | 11111000 | 11 | 101101 |
Color Harmonies of #706F77
Complementary color
Monochromatic Colors of #706F77
Black with #706F77
Text Example
Text Example
White with #706F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F77; }
p { color: rgb(112,111,119); }
H1.HeaderClassName
{
color: #706F77;
}
.AnyTagClassName
{
color: #706F77;
}
</style>
background-color css
<style>
a { background-color: #706F77; }
a { background-color: rgb(112,111,119); }
div.DivClassName
{
background-color: #706F77;
}
.BgClassName
{
background-color: #706F77;
}
</style>
border-color css
<style>
span { border-color: #706F77; }
span { border-color: rgb(112,111,119); }
td.TdClassName
{
border-color: #706F77;
}
.TagClassName
{
border-color: #706F77;
}
</style>