Shades of Dolphin #757488
Tints of Dolphin #757488
RGB
CMYK
RGB Variations
Color information
#757488 (or 0x757488) is known color: Dolphin. HEX triplet: 75, 74 and 88. RGB value is (117,116,136). Sum of RGB (Red+Green+Blue) = 117+116+136=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #757488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757488 is #8A8B77. Grayscale: #767676. Windows color (decimal): -9079672 or 8942709. OLE color: 8942709.
HSL color Cylindrical-coordinate representation of color #757488: hue angle of 243º 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 #757488 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 116 | 136 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.47 |
| HSL | 243º | 0.08% | 0.49% | - |
| HSV(B) | 243º | 0.15% | 0.53% | - |
| XYZ | 18.03 | 18.05 | 25.83 | - |
| YUV | 118.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 136 | 0.14 | 0.15 | 0 | 0.47 | 243 | 0.08 | 0.49 |
| Hex | 75 | 74 | 88 | E | F | 0 | 2F | F3 | 8 | 31 |
| Octal | 165 | 164 | 210 | 16 | 17 | 0 | 57 | 363 | 10 | 61 |
| Binary | 1110101 | 1110100 | 10001000 | 1110 | 1111 | 0 | 101111 | 11110011 | 1000 | 110001 |
Color Harmonies of #757488
Complementary color
Monochromatic Colors of #757488
Black with #757488
Text Example
Text Example
White with #757488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757488; }
p { color: rgb(117,116,136); }
H1.HeaderClassName
{
color: #757488;
}
.AnyTagClassName
{
color: #757488;
}
</style>
background-color css
<style>
a { background-color: #757488; }
a { background-color: rgb(117,116,136); }
div.DivClassName
{
background-color: #757488;
}
.BgClassName
{
background-color: #757488;
}
</style>
border-color css
<style>
span { border-color: #757488; }
span { border-color: rgb(117,116,136); }
td.TdClassName
{
border-color: #757488;
}
.TagClassName
{
border-color: #757488;
}
</style>