Shades of Dolphin #726D7D
Tints of Dolphin #726D7D
RGB
CMYK
RGB Variations
Color information
#726D7D (or 0x726D7D) is known color: Dolphin. HEX triplet: 72, 6D and 7D. RGB value is (114,109,125). Sum of RGB (Red+Green+Blue) = 114+109+125=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #726D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D7D is #8D9282. Grayscale: #707070. Windows color (decimal): -9278083 or 8220018. OLE color: 8220018.
HSL color Cylindrical-coordinate representation of color #726D7D: hue angle of 258.75º 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 #726D7D is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 109 | 125 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.51 |
| HSL | 258.75º | 0.07% | 0.46% | - |
| HSV(B) | 258.75º | 0.13% | 0.49% | - |
| XYZ | 16.11 | 16 | 21.64 | - |
| YUV | 112.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 125 | 0.09 | 0.13 | 0 | 0.51 | 258.75 | 0.07 | 0.46 |
| Hex | 72 | 6D | 7D | 9 | D | 0 | 33 | 103 | 7 | 2E |
| Octal | 162 | 155 | 175 | 11 | 15 | 0 | 63 | 403 | 7 | 56 |
| Binary | 1110010 | 1101101 | 1111101 | 1001 | 1101 | 0 | 110011 | 100000011 | 111 | 101110 |
Color Harmonies of #726D7D
Complementary color
Monochromatic Colors of #726D7D
Black with #726D7D
Text Example
Text Example
White with #726D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D7D; }
p { color: rgb(114,109,125); }
H1.HeaderClassName
{
color: #726D7D;
}
.AnyTagClassName
{
color: #726D7D;
}
</style>
background-color css
<style>
a { background-color: #726D7D; }
a { background-color: rgb(114,109,125); }
div.DivClassName
{
background-color: #726D7D;
}
.BgClassName
{
background-color: #726D7D;
}
</style>
border-color css
<style>
span { border-color: #726D7D; }
span { border-color: rgb(114,109,125); }
td.TdClassName
{
border-color: #726D7D;
}
.TagClassName
{
border-color: #726D7D;
}
</style>