Shades of Dolphin #717087
Tints of Dolphin #717087
RGB
CMYK
RGB Variations
Color information
#717087 (or 0x717087) is known color: Dolphin. HEX triplet: 71, 70 and 87. RGB value is (113,112,135). Sum of RGB (Red+Green+Blue) = 113+112+135=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #717087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717087 is #8E8F78. Grayscale: #727272. Windows color (decimal): -9342841 or 8876145. OLE color: 8876145.
HSL color Cylindrical-coordinate representation of color #717087: hue angle of 242.61º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #717087 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 112 | 135 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.47 |
| HSL | 242.61º | 0.09% | 0.48% | - |
| HSV(B) | 242.61º | 0.17% | 0.53% | - |
| XYZ | 16.98 | 16.85 | 25.28 | - |
| YUV | 114.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 135 | 0.16 | 0.17 | 0 | 0.47 | 242.61 | 0.09 | 0.48 |
| Hex | 71 | 70 | 87 | 10 | 11 | 0 | 2F | F3 | 9 | 30 |
| Octal | 161 | 160 | 207 | 20 | 21 | 0 | 57 | 363 | 11 | 60 |
| Binary | 1110001 | 1110000 | 10000111 | 10000 | 10001 | 0 | 101111 | 11110011 | 1001 | 110000 |
Color Harmonies of #717087
Complementary color
Monochromatic Colors of #717087
Black with #717087
Text Example
Text Example
White with #717087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717087; }
p { color: rgb(113,112,135); }
H1.HeaderClassName
{
color: #717087;
}
.AnyTagClassName
{
color: #717087;
}
</style>
background-color css
<style>
a { background-color: #717087; }
a { background-color: rgb(113,112,135); }
div.DivClassName
{
background-color: #717087;
}
.BgClassName
{
background-color: #717087;
}
</style>
border-color css
<style>
span { border-color: #717087; }
span { border-color: rgb(113,112,135); }
td.TdClassName
{
border-color: #717087;
}
.TagClassName
{
border-color: #717087;
}
</style>