Shades of Dolphin #736D7E
Tints of Dolphin #736D7E
RGB
CMYK
RGB Variations
Color information
#736D7E (or 0x736D7E) is known color: Dolphin. HEX triplet: 73, 6D and 7E. RGB value is (115,109,126). Sum of RGB (Red+Green+Blue) = 115+109+126=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 126 - color contains mainly: blue. Hex color #736D7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D7E is #8C9281. Grayscale: #707070. Windows color (decimal): -9212546 or 8285555. OLE color: 8285555.
HSL color Cylindrical-coordinate representation of color #736D7E: hue angle of 261.18º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #736D7E is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 109 | 126 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.51 |
| HSL | 261.18º | 0.07% | 0.46% | - |
| HSV(B) | 261.18º | 0.13% | 0.49% | - |
| XYZ | 16.3 | 16.09 | 21.98 | - |
| YUV | 112.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 126 | 0.09 | 0.13 | 0 | 0.51 | 261.18 | 0.07 | 0.46 |
| Hex | 73 | 6D | 7E | 9 | D | 0 | 33 | 105 | 7 | 2E |
| Octal | 163 | 155 | 176 | 11 | 15 | 0 | 63 | 405 | 7 | 56 |
| Binary | 1110011 | 1101101 | 1111110 | 1001 | 1101 | 0 | 110011 | 100000101 | 111 | 101110 |
Color Harmonies of #736D7E
Complementary color
Monochromatic Colors of #736D7E
Black with #736D7E
Text Example
Text Example
White with #736D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D7E; }
p { color: rgb(115,109,126); }
H1.HeaderClassName
{
color: #736D7E;
}
.AnyTagClassName
{
color: #736D7E;
}
</style>
background-color css
<style>
a { background-color: #736D7E; }
a { background-color: rgb(115,109,126); }
div.DivClassName
{
background-color: #736D7E;
}
.BgClassName
{
background-color: #736D7E;
}
</style>
border-color css
<style>
span { border-color: #736D7E; }
span { border-color: rgb(115,109,126); }
td.TdClassName
{
border-color: #736D7E;
}
.TagClassName
{
border-color: #736D7E;
}
</style>