Shades of Dolphin #726E84
Tints of Dolphin #726E84
RGB
CMYK
RGB Variations
Color information
#726E84 (or 0x726E84) is known color: Dolphin. HEX triplet: 72, 6E and 84. RGB value is (114,110,132). Sum of RGB (Red+Green+Blue) = 114+110+132=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #726E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E84 is #8D917B. Grayscale: #717171. Windows color (decimal): -9277820 or 8679026. OLE color: 8679026.
HSL color Cylindrical-coordinate representation of color #726E84: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #726E84 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 110 | 132 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.48 |
| HSL | 250.91º | 0.09% | 0.47% | - |
| HSV(B) | 250.91º | 0.17% | 0.52% | - |
| XYZ | 16.68 | 16.4 | 24.12 | - |
| YUV | 113.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 132 | 0.14 | 0.17 | 0 | 0.48 | 250.91 | 0.09 | 0.47 |
| Hex | 72 | 6E | 84 | E | 11 | 0 | 30 | FB | 9 | 2F |
| Octal | 162 | 156 | 204 | 16 | 21 | 0 | 60 | 373 | 11 | 57 |
| Binary | 1110010 | 1101110 | 10000100 | 1110 | 10001 | 0 | 110000 | 11111011 | 1001 | 101111 |
Color Harmonies of #726E84
Complementary color
Monochromatic Colors of #726E84
Black with #726E84
Text Example
Text Example
White with #726E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E84; }
p { color: rgb(114,110,132); }
H1.HeaderClassName
{
color: #726E84;
}
.AnyTagClassName
{
color: #726E84;
}
</style>
background-color css
<style>
a { background-color: #726E84; }
a { background-color: rgb(114,110,132); }
div.DivClassName
{
background-color: #726E84;
}
.BgClassName
{
background-color: #726E84;
}
</style>
border-color css
<style>
span { border-color: #726E84; }
span { border-color: rgb(114,110,132); }
td.TdClassName
{
border-color: #726E84;
}
.TagClassName
{
border-color: #726E84;
}
</style>