Shades of Dolphin #757187
Tints of Dolphin #757187
RGB
CMYK
RGB Variations
Color information
#757187 (or 0x757187) is known color: Dolphin. HEX triplet: 75, 71 and 87. RGB value is (117,113,135). Sum of RGB (Red+Green+Blue) = 117+113+135=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #757187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757187 is #8A8E78. Grayscale: #747474. Windows color (decimal): -9080441 or 8876405. OLE color: 8876405.
HSL color Cylindrical-coordinate representation of color #757187: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757187 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 113 | 135 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.47 |
| HSL | 250.91º | 0.09% | 0.49% | - |
| HSV(B) | 250.91º | 0.16% | 0.53% | - |
| XYZ | 17.61 | 17.34 | 25.34 | - |
| YUV | 116.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 135 | 0.13 | 0.16 | 0 | 0.47 | 250.91 | 0.09 | 0.49 |
| Hex | 75 | 71 | 87 | D | 10 | 0 | 2F | FB | 9 | 31 |
| Octal | 165 | 161 | 207 | 15 | 20 | 0 | 57 | 373 | 11 | 61 |
| Binary | 1110101 | 1110001 | 10000111 | 1101 | 10000 | 0 | 101111 | 11111011 | 1001 | 110001 |
Color Harmonies of #757187
Complementary color
Monochromatic Colors of #757187
Black with #757187
Text Example
Text Example
White with #757187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757187; }
p { color: rgb(117,113,135); }
H1.HeaderClassName
{
color: #757187;
}
.AnyTagClassName
{
color: #757187;
}
</style>
background-color css
<style>
a { background-color: #757187; }
a { background-color: rgb(117,113,135); }
div.DivClassName
{
background-color: #757187;
}
.BgClassName
{
background-color: #757187;
}
</style>
border-color css
<style>
span { border-color: #757187; }
span { border-color: rgb(117,113,135); }
td.TdClassName
{
border-color: #757187;
}
.TagClassName
{
border-color: #757187;
}
</style>