Shades of Dolphin #706B80
Tints of Dolphin #706B80
RGB
CMYK
RGB Variations
Color information
#706B80 (or 0x706B80) is known color: Dolphin. HEX triplet: 70, 6B and 80. RGB value is (112,107,128). Sum of RGB (Red+Green+Blue) = 112+107+128=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #706B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B80 is #8F947F. Grayscale: #6E6E6E. Windows color (decimal): -9409664 or 8416112. OLE color: 8416112.
HSL color Cylindrical-coordinate representation of color #706B80: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706B80 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 107 | 128 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.50 |
| HSL | 254.29º | 0.09% | 0.46% | - |
| HSV(B) | 254.29º | 0.16% | 0.5% | - |
| XYZ | 15.84 | 15.52 | 22.58 | - |
| YUV | 110.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 128 | 0.12 | 0.16 | 0 | 0.50 | 254.29 | 0.09 | 0.46 |
| Hex | 70 | 6B | 80 | C | 10 | 0 | 32 | FE | 9 | 2E |
| Octal | 160 | 153 | 200 | 14 | 20 | 0 | 62 | 376 | 11 | 56 |
| Binary | 1110000 | 1101011 | 10000000 | 1100 | 10000 | 0 | 110010 | 11111110 | 1001 | 101110 |
Color Harmonies of #706B80
Complementary color
Monochromatic Colors of #706B80
Black with #706B80
Text Example
Text Example
White with #706B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B80; }
p { color: rgb(112,107,128); }
H1.HeaderClassName
{
color: #706B80;
}
.AnyTagClassName
{
color: #706B80;
}
</style>
background-color css
<style>
a { background-color: #706B80; }
a { background-color: rgb(112,107,128); }
div.DivClassName
{
background-color: #706B80;
}
.BgClassName
{
background-color: #706B80;
}
</style>
border-color css
<style>
span { border-color: #706B80; }
span { border-color: rgb(112,107,128); }
td.TdClassName
{
border-color: #706B80;
}
.TagClassName
{
border-color: #706B80;
}
</style>