Shades of Dolphin #72717B
Tints of Dolphin #72717B
RGB
CMYK
RGB Variations
Color information
#72717B (or 0x72717B) is known color: Dolphin. HEX triplet: 72, 71 and 7B. RGB value is (114,113,123). Sum of RGB (Red+Green+Blue) = 114+113+123=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #72717B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72717B is #8D8E84. Grayscale: #727272. Windows color (decimal): -9277061 or 8089970. OLE color: 8089970.
HSL color Cylindrical-coordinate representation of color #72717B: hue angle of 246º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72717B is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 113 | 123 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.52 |
| HSL | 246º | 0.04% | 0.46% | - |
| HSV(B) | 246º | 0.08% | 0.48% | - |
| XYZ | 16.42 | 16.82 | 21.12 | - |
| YUV | 114.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 123 | 0.07 | 0.08 | 0 | 0.52 | 246 | 0.04 | 0.46 |
| Hex | 72 | 71 | 7B | 7 | 8 | 0 | 34 | F6 | 4 | 2E |
| Octal | 162 | 161 | 173 | 7 | 10 | 0 | 64 | 366 | 4 | 56 |
| Binary | 1110010 | 1110001 | 1111011 | 111 | 1000 | 0 | 110100 | 11110110 | 100 | 101110 |
Color Harmonies of #72717B
Complementary color
Monochromatic Colors of #72717B
Black with #72717B
Text Example
Text Example
White with #72717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72717B; }
p { color: rgb(114,113,123); }
H1.HeaderClassName
{
color: #72717B;
}
.AnyTagClassName
{
color: #72717B;
}
</style>
background-color css
<style>
a { background-color: #72717B; }
a { background-color: rgb(114,113,123); }
div.DivClassName
{
background-color: #72717B;
}
.BgClassName
{
background-color: #72717B;
}
</style>
border-color css
<style>
span { border-color: #72717B; }
span { border-color: rgb(114,113,123); }
td.TdClassName
{
border-color: #72717B;
}
.TagClassName
{
border-color: #72717B;
}
</style>