Shades of Dolphin #747388
Tints of Dolphin #747388
RGB
CMYK
RGB Variations
Color information
#747388 (or 0x747388) is known color: Dolphin. HEX triplet: 74, 73 and 88. RGB value is (116,115,136). Sum of RGB (Red+Green+Blue) = 116+115+136=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #747388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747388 is #8B8C77. Grayscale: #757575. Windows color (decimal): -9145464 or 8942452. OLE color: 8942452.
HSL color Cylindrical-coordinate representation of color #747388: hue angle of 242.86º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747388 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 115 | 136 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.47 |
| HSL | 242.86º | 0.08% | 0.49% | - |
| HSV(B) | 242.86º | 0.15% | 0.53% | - |
| XYZ | 17.78 | 17.75 | 25.78 | - |
| YUV | 117.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 136 | 0.15 | 0.15 | 0 | 0.47 | 242.86 | 0.08 | 0.49 |
| Hex | 74 | 73 | 88 | F | F | 0 | 2F | F3 | 8 | 31 |
| Octal | 164 | 163 | 210 | 17 | 17 | 0 | 57 | 363 | 10 | 61 |
| Binary | 1110100 | 1110011 | 10001000 | 1111 | 1111 | 0 | 101111 | 11110011 | 1000 | 110001 |
Color Harmonies of #747388
Complementary color
Monochromatic Colors of #747388
Black with #747388
Text Example
Text Example
White with #747388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747388; }
p { color: rgb(116,115,136); }
H1.HeaderClassName
{
color: #747388;
}
.AnyTagClassName
{
color: #747388;
}
</style>
background-color css
<style>
a { background-color: #747388; }
a { background-color: rgb(116,115,136); }
div.DivClassName
{
background-color: #747388;
}
.BgClassName
{
background-color: #747388;
}
</style>
border-color css
<style>
span { border-color: #747388; }
span { border-color: rgb(116,115,136); }
td.TdClassName
{
border-color: #747388;
}
.TagClassName
{
border-color: #747388;
}
</style>