Shades of Dolphin #706A7D
Tints of Dolphin #706A7D
RGB
CMYK
RGB Variations
Color information
#706A7D (or 0x706A7D) is known color: Dolphin. HEX triplet: 70, 6A and 7D. RGB value is (112,106,125). Sum of RGB (Red+Green+Blue) = 112+106+125=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #706A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A7D is #8F9582. Grayscale: #6D6D6D. Windows color (decimal): -9409923 or 8219248. OLE color: 8219248.
HSL color Cylindrical-coordinate representation of color #706A7D: hue angle of 258.95º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #706A7D is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 106 | 125 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.51 |
| HSL | 258.95º | 0.08% | 0.45% | - |
| HSV(B) | 258.95º | 0.15% | 0.49% | - |
| XYZ | 15.54 | 15.23 | 21.52 | - |
| YUV | 109.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 125 | 0.10 | 0.15 | 0 | 0.51 | 258.95 | 0.08 | 0.45 |
| Hex | 70 | 6A | 7D | A | F | 0 | 33 | 103 | 8 | 2D |
| Octal | 160 | 152 | 175 | 12 | 17 | 0 | 63 | 403 | 10 | 55 |
| Binary | 1110000 | 1101010 | 1111101 | 1010 | 1111 | 0 | 110011 | 100000011 | 1000 | 101101 |
Color Harmonies of #706A7D
Complementary color
Monochromatic Colors of #706A7D
Black with #706A7D
Text Example
Text Example
White with #706A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A7D; }
p { color: rgb(112,106,125); }
H1.HeaderClassName
{
color: #706A7D;
}
.AnyTagClassName
{
color: #706A7D;
}
</style>
background-color css
<style>
a { background-color: #706A7D; }
a { background-color: rgb(112,106,125); }
div.DivClassName
{
background-color: #706A7D;
}
.BgClassName
{
background-color: #706A7D;
}
</style>
border-color css
<style>
span { border-color: #706A7D; }
span { border-color: rgb(112,106,125); }
td.TdClassName
{
border-color: #706A7D;
}
.TagClassName
{
border-color: #706A7D;
}
</style>