Shades of Dolphin #726D82
Tints of Dolphin #726D82
RGB
CMYK
RGB Variations
Color information
#726D82 (or 0x726D82) is known color: Dolphin. HEX triplet: 72, 6D and 82. RGB value is (114,109,130). Sum of RGB (Red+Green+Blue) = 114+109+130=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #726D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D82 is #8D927D. Grayscale: #707070. Windows color (decimal): -9278078 or 8547698. OLE color: 8547698.
HSL color Cylindrical-coordinate representation of color #726D82: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726D82 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 109 | 130 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.49 |
| HSL | 254.29º | 0.09% | 0.47% | - |
| HSV(B) | 254.29º | 0.16% | 0.51% | - |
| XYZ | 16.44 | 16.13 | 23.37 | - |
| YUV | 112.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 130 | 0.12 | 0.16 | 0 | 0.49 | 254.29 | 0.09 | 0.47 |
| Hex | 72 | 6D | 82 | C | 10 | 0 | 31 | FE | 9 | 2F |
| Octal | 162 | 155 | 202 | 14 | 20 | 0 | 61 | 376 | 11 | 57 |
| Binary | 1110010 | 1101101 | 10000010 | 1100 | 10000 | 0 | 110001 | 11111110 | 1001 | 101111 |
Color Harmonies of #726D82
Complementary color
Monochromatic Colors of #726D82
Black with #726D82
Text Example
Text Example
White with #726D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726D82; }
p { color: rgb(114,109,130); }
H1.HeaderClassName
{
color: #726D82;
}
.AnyTagClassName
{
color: #726D82;
}
</style>
background-color css
<style>
a { background-color: #726D82; }
a { background-color: rgb(114,109,130); }
div.DivClassName
{
background-color: #726D82;
}
.BgClassName
{
background-color: #726D82;
}
</style>
border-color css
<style>
span { border-color: #726D82; }
span { border-color: rgb(114,109,130); }
td.TdClassName
{
border-color: #726D82;
}
.TagClassName
{
border-color: #726D82;
}
</style>