Shades of Dolphin #72707D
Tints of Dolphin #72707D
RGB
CMYK
RGB Variations
Color information
#72707D (or 0x72707D) is known color: Dolphin. HEX triplet: 72, 70 and 7D. RGB value is (114,112,125). Sum of RGB (Red+Green+Blue) = 114+112+125=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 125 - color contains mainly: blue. Hex color #72707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72707D is #8D8F82. Grayscale: #727272. Windows color (decimal): -9277315 or 8220786. OLE color: 8220786.
HSL color Cylindrical-coordinate representation of color #72707D: hue angle of 249.23º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72707D is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 112 | 125 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.51 |
| HSL | 249.23º | 0.05% | 0.46% | - |
| HSV(B) | 249.23º | 0.1% | 0.49% | - |
| XYZ | 16.44 | 16.65 | 21.75 | - |
| YUV | 114.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 125 | 0.09 | 0.10 | 0 | 0.51 | 249.23 | 0.05 | 0.46 |
| Hex | 72 | 70 | 7D | 9 | A | 0 | 33 | F9 | 5 | 2E |
| Octal | 162 | 160 | 175 | 11 | 12 | 0 | 63 | 371 | 5 | 56 |
| Binary | 1110010 | 1110000 | 1111101 | 1001 | 1010 | 0 | 110011 | 11111001 | 101 | 101110 |
Color Harmonies of #72707D
Complementary color
Monochromatic Colors of #72707D
Black with #72707D
Text Example
Text Example
White with #72707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72707D; }
p { color: rgb(114,112,125); }
H1.HeaderClassName
{
color: #72707D;
}
.AnyTagClassName
{
color: #72707D;
}
</style>
background-color css
<style>
a { background-color: #72707D; }
a { background-color: rgb(114,112,125); }
div.DivClassName
{
background-color: #72707D;
}
.BgClassName
{
background-color: #72707D;
}
</style>
border-color css
<style>
span { border-color: #72707D; }
span { border-color: rgb(114,112,125); }
td.TdClassName
{
border-color: #72707D;
}
.TagClassName
{
border-color: #72707D;
}
</style>