Shades of Dolphin #726F82
Tints of Dolphin #726F82
RGB
CMYK
RGB Variations
Color information
#726F82 (or 0x726F82) is known color: Dolphin. HEX triplet: 72, 6F and 82. RGB value is (114,111,130). Sum of RGB (Red+Green+Blue) = 114+111+130=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #726F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F82 is #8D907D. Grayscale: #717171. Windows color (decimal): -9277566 or 8548210. OLE color: 8548210.
HSL color Cylindrical-coordinate representation of color #726F82: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726F82 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 111 | 130 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.49 |
| HSL | 249.47º | 0.08% | 0.47% | - |
| HSV(B) | 249.47º | 0.15% | 0.51% | - |
| XYZ | 16.65 | 16.56 | 23.44 | - |
| YUV | 114.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 130 | 0.12 | 0.15 | 0 | 0.49 | 249.47 | 0.08 | 0.47 |
| Hex | 72 | 6F | 82 | C | F | 0 | 31 | F9 | 8 | 2F |
| Octal | 162 | 157 | 202 | 14 | 17 | 0 | 61 | 371 | 10 | 57 |
| Binary | 1110010 | 1101111 | 10000010 | 1100 | 1111 | 0 | 110001 | 11111001 | 1000 | 101111 |
Color Harmonies of #726F82
Complementary color
Monochromatic Colors of #726F82
Black with #726F82
Text Example
Text Example
White with #726F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F82; }
p { color: rgb(114,111,130); }
H1.HeaderClassName
{
color: #726F82;
}
.AnyTagClassName
{
color: #726F82;
}
</style>
background-color css
<style>
a { background-color: #726F82; }
a { background-color: rgb(114,111,130); }
div.DivClassName
{
background-color: #726F82;
}
.BgClassName
{
background-color: #726F82;
}
</style>
border-color css
<style>
span { border-color: #726F82; }
span { border-color: rgb(114,111,130); }
td.TdClassName
{
border-color: #726F82;
}
.TagClassName
{
border-color: #726F82;
}
</style>