Shades of Dolphin #72728A
Tints of Dolphin #72728A
RGB
CMYK
RGB Variations
Color information
#72728A (or 0x72728A) is known color: Dolphin. HEX triplet: 72, 72 and 8A. RGB value is (114,114,138). Sum of RGB (Red+Green+Blue) = 114+114+138=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #72728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72728A is #8D8D75. Grayscale: #747474. Windows color (decimal): -9276790 or 9073266. OLE color: 9073266.
HSL color Cylindrical-coordinate representation of color #72728A: hue angle of 240º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #72728A is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 114 | 138 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.46 |
| HSL | 240º | 0.1% | 0.49% | - |
| HSV(B) | 240º | 0.17% | 0.54% | - |
| XYZ | 17.54 | 17.45 | 26.49 | - |
| YUV | 116.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 138 | 0.17 | 0.17 | 0 | 0.46 | 240 | 0.1 | 0.49 |
| Hex | 72 | 72 | 8A | 11 | 11 | 0 | 2E | F0 | A | 31 |
| Octal | 162 | 162 | 212 | 21 | 21 | 0 | 56 | 360 | 12 | 61 |
| Binary | 1110010 | 1110010 | 10001010 | 10001 | 10001 | 0 | 101110 | 11110000 | 1010 | 110001 |
Color Harmonies of #72728A
Complementary color
Monochromatic Colors of #72728A
Black with #72728A
Text Example
Text Example
White with #72728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72728A; }
p { color: rgb(114,114,138); }
H1.HeaderClassName
{
color: #72728A;
}
.AnyTagClassName
{
color: #72728A;
}
</style>
background-color css
<style>
a { background-color: #72728A; }
a { background-color: rgb(114,114,138); }
div.DivClassName
{
background-color: #72728A;
}
.BgClassName
{
background-color: #72728A;
}
</style>
border-color css
<style>
span { border-color: #72728A; }
span { border-color: rgb(114,114,138); }
td.TdClassName
{
border-color: #72728A;
}
.TagClassName
{
border-color: #72728A;
}
</style>