Shades of Dolphin #726F7A
Tints of Dolphin #726F7A
RGB
CMYK
RGB Variations
Color information
#726F7A (or 0x726F7A) is known color: Dolphin. HEX triplet: 72, 6F and 7A. RGB value is (114,111,122). Sum of RGB (Red+Green+Blue) = 114+111+122=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 122 - color contains mainly: blue. Hex color #726F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F7A is #8D9085. Grayscale: #717171. Windows color (decimal): -9277574 or 8023922. OLE color: 8023922.
HSL color Cylindrical-coordinate representation of color #726F7A: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #726F7A is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 111 | 122 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.52 |
| HSL | 256.36º | 0.05% | 0.46% | - |
| HSV(B) | 256.36º | 0.09% | 0.48% | - |
| XYZ | 16.14 | 16.35 | 20.72 | - |
| YUV | 113.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 122 | 0.07 | 0.09 | 0 | 0.52 | 256.36 | 0.05 | 0.46 |
| Hex | 72 | 6F | 7A | 7 | 9 | 0 | 34 | 100 | 5 | 2E |
| Octal | 162 | 157 | 172 | 7 | 11 | 0 | 64 | 400 | 5 | 56 |
| Binary | 1110010 | 1101111 | 1111010 | 111 | 1001 | 0 | 110100 | 100000000 | 101 | 101110 |
Color Harmonies of #726F7A
Complementary color
Monochromatic Colors of #726F7A
Black with #726F7A
Text Example
Text Example
White with #726F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F7A; }
p { color: rgb(114,111,122); }
H1.HeaderClassName
{
color: #726F7A;
}
.AnyTagClassName
{
color: #726F7A;
}
</style>
background-color css
<style>
a { background-color: #726F7A; }
a { background-color: rgb(114,111,122); }
div.DivClassName
{
background-color: #726F7A;
}
.BgClassName
{
background-color: #726F7A;
}
</style>
border-color css
<style>
span { border-color: #726F7A; }
span { border-color: rgb(114,111,122); }
td.TdClassName
{
border-color: #726F7A;
}
.TagClassName
{
border-color: #726F7A;
}
</style>