Shades of Dolphin #706E7A
Tints of Dolphin #706E7A
RGB
CMYK
RGB Variations
Color information
#706E7A (or 0x706E7A) is known color: Dolphin. HEX triplet: 70, 6E and 7A. RGB value is (112,110,122). Sum of RGB (Red+Green+Blue) = 112+110+122=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 122 - color contains mainly: blue. Hex color #706E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E7A is #8F9185. Grayscale: #6F6F6F. Windows color (decimal): -9408902 or 8023664. OLE color: 8023664.
HSL color Cylindrical-coordinate representation of color #706E7A: hue angle of 250º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706E7A is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 110 | 122 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.52 |
| HSL | 250º | 0.05% | 0.45% | - |
| HSV(B) | 250º | 0.1% | 0.48% | - |
| XYZ | 15.77 | 16 | 20.67 | - |
| YUV | 111.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 122 | 0.08 | 0.10 | 0 | 0.52 | 250 | 0.05 | 0.45 |
| Hex | 70 | 6E | 7A | 8 | A | 0 | 34 | FA | 5 | 2D |
| Octal | 160 | 156 | 172 | 10 | 12 | 0 | 64 | 372 | 5 | 55 |
| Binary | 1110000 | 1101110 | 1111010 | 1000 | 1010 | 0 | 110100 | 11111010 | 101 | 101101 |
Color Harmonies of #706E7A
Complementary color
Monochromatic Colors of #706E7A
Black with #706E7A
Text Example
Text Example
White with #706E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E7A; }
p { color: rgb(112,110,122); }
H1.HeaderClassName
{
color: #706E7A;
}
.AnyTagClassName
{
color: #706E7A;
}
</style>
background-color css
<style>
a { background-color: #706E7A; }
a { background-color: rgb(112,110,122); }
div.DivClassName
{
background-color: #706E7A;
}
.BgClassName
{
background-color: #706E7A;
}
</style>
border-color css
<style>
span { border-color: #706E7A; }
span { border-color: rgb(112,110,122); }
td.TdClassName
{
border-color: #706E7A;
}
.TagClassName
{
border-color: #706E7A;
}
</style>