Shades of Dolphin #706D7C
Tints of Dolphin #706D7C
RGB
CMYK
RGB Variations
Color information
#706D7C (or 0x706D7C) is known color: Dolphin. HEX triplet: 70, 6D and 7C. RGB value is (112,109,124). Sum of RGB (Red+Green+Blue) = 112+109+124=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #706D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D7C is #8F9283. Grayscale: #6F6F6F. Windows color (decimal): -9409156 or 8154480. OLE color: 8154480.
HSL color Cylindrical-coordinate representation of color #706D7C: hue angle of 252º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706D7C is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 109 | 124 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.51 |
| HSL | 252º | 0.06% | 0.46% | - |
| HSV(B) | 252º | 0.12% | 0.49% | - |
| XYZ | 15.79 | 15.84 | 21.29 | - |
| YUV | 111.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 124 | 0.10 | 0.12 | 0 | 0.51 | 252 | 0.06 | 0.46 |
| Hex | 70 | 6D | 7C | A | C | 0 | 33 | FC | 6 | 2E |
| Octal | 160 | 155 | 174 | 12 | 14 | 0 | 63 | 374 | 6 | 56 |
| Binary | 1110000 | 1101101 | 1111100 | 1010 | 1100 | 0 | 110011 | 11111100 | 110 | 101110 |
Color Harmonies of #706D7C
Complementary color
Monochromatic Colors of #706D7C
Black with #706D7C
Text Example
Text Example
White with #706D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D7C; }
p { color: rgb(112,109,124); }
H1.HeaderClassName
{
color: #706D7C;
}
.AnyTagClassName
{
color: #706D7C;
}
</style>
background-color css
<style>
a { background-color: #706D7C; }
a { background-color: rgb(112,109,124); }
div.DivClassName
{
background-color: #706D7C;
}
.BgClassName
{
background-color: #706D7C;
}
</style>
border-color css
<style>
span { border-color: #706D7C; }
span { border-color: rgb(112,109,124); }
td.TdClassName
{
border-color: #706D7C;
}
.TagClassName
{
border-color: #706D7C;
}
</style>