Shades of Dolphin #706B79
Tints of Dolphin #706B79
RGB
CMYK
RGB Variations
Color information
#706B79 (or 0x706B79) is known color: Dolphin. HEX triplet: 70, 6B and 79. RGB value is (112,107,121). Sum of RGB (Red+Green+Blue) = 112+107+121=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 121 - color contains mainly: blue. Hex color #706B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B79 is #8F9486. Grayscale: #6E6E6E. Windows color (decimal): -9409671 or 7957360. OLE color: 7957360.
HSL color Cylindrical-coordinate representation of color #706B79: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706B79 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 107 | 121 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.53 |
| HSL | 261.43º | 0.06% | 0.45% | - |
| HSV(B) | 261.43º | 0.12% | 0.47% | - |
| XYZ | 15.39 | 15.34 | 20.24 | - |
| YUV | 110.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 121 | 0.07 | 0.12 | 0 | 0.53 | 261.43 | 0.06 | 0.45 |
| Hex | 70 | 6B | 79 | 7 | C | 0 | 35 | 105 | 6 | 2D |
| Octal | 160 | 153 | 171 | 7 | 14 | 0 | 65 | 405 | 6 | 55 |
| Binary | 1110000 | 1101011 | 1111001 | 111 | 1100 | 0 | 110101 | 100000101 | 110 | 101101 |
Color Harmonies of #706B79
Complementary color
Monochromatic Colors of #706B79
Black with #706B79
Text Example
Text Example
White with #706B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B79; }
p { color: rgb(112,107,121); }
H1.HeaderClassName
{
color: #706B79;
}
.AnyTagClassName
{
color: #706B79;
}
</style>
background-color css
<style>
a { background-color: #706B79; }
a { background-color: rgb(112,107,121); }
div.DivClassName
{
background-color: #706B79;
}
.BgClassName
{
background-color: #706B79;
}
</style>
border-color css
<style>
span { border-color: #706B79; }
span { border-color: rgb(112,107,121); }
td.TdClassName
{
border-color: #706B79;
}
.TagClassName
{
border-color: #706B79;
}
</style>