Shades of Dolphin #726F79
Tints of Dolphin #726F79
RGB
CMYK
RGB Variations
Color information
#726F79 (or 0x726F79) is known color: Dolphin. HEX triplet: 72, 6F and 79. RGB value is (114,111,121). Sum of RGB (Red+Green+Blue) = 114+111+121=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 121 - color contains mainly: blue. Hex color #726F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F79 is #8D9086. Grayscale: #717171. Windows color (decimal): -9277575 or 7958386. OLE color: 7958386.
HSL color Cylindrical-coordinate representation of color #726F79: hue angle of 258º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726F79 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 111 | 121 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.53 |
| HSL | 258º | 0.04% | 0.45% | - |
| HSV(B) | 258º | 0.08% | 0.47% | - |
| XYZ | 16.08 | 16.33 | 20.39 | - |
| YUV | 113.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 121 | 0.06 | 0.08 | 0 | 0.53 | 258 | 0.04 | 0.45 |
| Hex | 72 | 6F | 79 | 6 | 8 | 0 | 35 | 102 | 4 | 2D |
| Octal | 162 | 157 | 171 | 6 | 10 | 0 | 65 | 402 | 4 | 55 |
| Binary | 1110010 | 1101111 | 1111001 | 110 | 1000 | 0 | 110101 | 100000010 | 100 | 101101 |
Color Harmonies of #726F79
Complementary color
Monochromatic Colors of #726F79
Black with #726F79
Text Example
Text Example
White with #726F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F79; }
p { color: rgb(114,111,121); }
H1.HeaderClassName
{
color: #726F79;
}
.AnyTagClassName
{
color: #726F79;
}
</style>
background-color css
<style>
a { background-color: #726F79; }
a { background-color: rgb(114,111,121); }
div.DivClassName
{
background-color: #726F79;
}
.BgClassName
{
background-color: #726F79;
}
</style>
border-color css
<style>
span { border-color: #726F79; }
span { border-color: rgb(114,111,121); }
td.TdClassName
{
border-color: #726F79;
}
.TagClassName
{
border-color: #726F79;
}
</style>