Shades of Dolphin #706F74
Tints of Dolphin #706F74
RGB
CMYK
RGB Variations
Color information
#706F74 (or 0x706F74) is known color: Dolphin. HEX triplet: 70, 6F and 74. RGB value is (112,111,116). Sum of RGB (Red+Green+Blue) = 112+111+116=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 116 - color contains mainly: blue. Hex color #706F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F74 is #8F908B. Grayscale: #6F6F6F. Windows color (decimal): -9408652 or 7630704. OLE color: 7630704.
HSL color Cylindrical-coordinate representation of color #706F74: hue angle of 252º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706F74 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 111 | 116 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.55 |
| HSL | 252º | 0.02% | 0.45% | - |
| HSV(B) | 252º | 0.04% | 0.45% | - |
| XYZ | 15.52 | 16.07 | 18.81 | - |
| YUV | 111.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 116 | 0.03 | 0.04 | 0 | 0.55 | 252 | 0.02 | 0.45 |
| Hex | 70 | 6F | 74 | 3 | 4 | 0 | 37 | FC | 2 | 2D |
| Octal | 160 | 157 | 164 | 3 | 4 | 0 | 67 | 374 | 2 | 55 |
| Binary | 1110000 | 1101111 | 1110100 | 11 | 100 | 0 | 110111 | 11111100 | 10 | 101101 |
Color Harmonies of #706F74
Complementary color
Monochromatic Colors of #706F74
Black with #706F74
Text Example
Text Example
White with #706F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F74; }
p { color: rgb(112,111,116); }
H1.HeaderClassName
{
color: #706F74;
}
.AnyTagClassName
{
color: #706F74;
}
</style>
background-color css
<style>
a { background-color: #706F74; }
a { background-color: rgb(112,111,116); }
div.DivClassName
{
background-color: #706F74;
}
.BgClassName
{
background-color: #706F74;
}
</style>
border-color css
<style>
span { border-color: #706F74; }
span { border-color: rgb(112,111,116); }
td.TdClassName
{
border-color: #706F74;
}
.TagClassName
{
border-color: #706F74;
}
</style>