Shades of Dolphin #757388
Tints of Dolphin #757388
RGB
CMYK
RGB Variations
Color information
#757388 (or 0x757388) is known color: Dolphin. HEX triplet: 75, 73 and 88. RGB value is (117,115,136). Sum of RGB (Red+Green+Blue) = 117+115+136=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #757388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757388 is #8A8C77. Grayscale: #757575. Windows color (decimal): -9079928 or 8942453. OLE color: 8942453.
HSL color Cylindrical-coordinate representation of color #757388: hue angle of 245.71º 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 #757388 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 115 | 136 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.47 |
| HSL | 245.71º | 0.08% | 0.49% | - |
| HSV(B) | 245.71º | 0.15% | 0.53% | - |
| XYZ | 17.91 | 17.82 | 25.79 | - |
| YUV | 117.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 136 | 0.14 | 0.15 | 0 | 0.47 | 245.71 | 0.08 | 0.49 |
| Hex | 75 | 73 | 88 | E | F | 0 | 2F | F6 | 8 | 31 |
| Octal | 165 | 163 | 210 | 16 | 17 | 0 | 57 | 366 | 10 | 61 |
| Binary | 1110101 | 1110011 | 10001000 | 1110 | 1111 | 0 | 101111 | 11110110 | 1000 | 110001 |
Color Harmonies of #757388
Complementary color
Monochromatic Colors of #757388
Black with #757388
Text Example
Text Example
White with #757388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757388; }
p { color: rgb(117,115,136); }
H1.HeaderClassName
{
color: #757388;
}
.AnyTagClassName
{
color: #757388;
}
</style>
background-color css
<style>
a { background-color: #757388; }
a { background-color: rgb(117,115,136); }
div.DivClassName
{
background-color: #757388;
}
.BgClassName
{
background-color: #757388;
}
</style>
border-color css
<style>
span { border-color: #757388; }
span { border-color: rgb(117,115,136); }
td.TdClassName
{
border-color: #757388;
}
.TagClassName
{
border-color: #757388;
}
</style>