Shades of Dolphin #747189
Tints of Dolphin #747189
RGB
CMYK
RGB Variations
Color information
#747189 (or 0x747189) is known color: Dolphin. HEX triplet: 74, 71 and 89. RGB value is (116,113,137). Sum of RGB (Red+Green+Blue) = 116+113+137=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #747189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747189 is #8B8E76. Grayscale: #747474. Windows color (decimal): -9145975 or 9007476. OLE color: 9007476.
HSL color Cylindrical-coordinate representation of color #747189: hue angle of 247.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #747189 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 113 | 137 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.46 |
| HSL | 247.5º | 0.1% | 0.49% | - |
| HSV(B) | 247.5º | 0.18% | 0.54% | - |
| XYZ | 17.62 | 17.33 | 26.08 | - |
| YUV | 116.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 137 | 0.15 | 0.18 | 0 | 0.46 | 247.5 | 0.1 | 0.49 |
| Hex | 74 | 71 | 89 | F | 12 | 0 | 2E | F8 | A | 31 |
| Octal | 164 | 161 | 211 | 17 | 22 | 0 | 56 | 370 | 12 | 61 |
| Binary | 1110100 | 1110001 | 10001001 | 1111 | 10010 | 0 | 101110 | 11111000 | 1010 | 110001 |
Color Harmonies of #747189
Complementary color
Monochromatic Colors of #747189
Black with #747189
Text Example
Text Example
White with #747189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747189; }
p { color: rgb(116,113,137); }
H1.HeaderClassName
{
color: #747189;
}
.AnyTagClassName
{
color: #747189;
}
</style>
background-color css
<style>
a { background-color: #747189; }
a { background-color: rgb(116,113,137); }
div.DivClassName
{
background-color: #747189;
}
.BgClassName
{
background-color: #747189;
}
</style>
border-color css
<style>
span { border-color: #747189; }
span { border-color: rgb(116,113,137); }
td.TdClassName
{
border-color: #747189;
}
.TagClassName
{
border-color: #747189;
}
</style>