Shades of Dolphin #72707B
Tints of Dolphin #72707B
RGB
CMYK
RGB Variations
Color information
#72707B (or 0x72707B) is known color: Dolphin. HEX triplet: 72, 70 and 7B. RGB value is (114,112,123). Sum of RGB (Red+Green+Blue) = 114+112+123=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 123 - color contains mainly: blue. Hex color #72707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72707B is #8D8F84. Grayscale: #717171. Windows color (decimal): -9277317 or 8089714. OLE color: 8089714.
HSL color Cylindrical-coordinate representation of color #72707B: hue angle of 250.91º 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 #72707B is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 112 | 123 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.52 |
| HSL | 250.91º | 0.05% | 0.46% | - |
| HSV(B) | 250.91º | 0.09% | 0.48% | - |
| XYZ | 16.31 | 16.6 | 21.08 | - |
| YUV | 113.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 123 | 0.07 | 0.09 | 0 | 0.52 | 250.91 | 0.05 | 0.46 |
| Hex | 72 | 70 | 7B | 7 | 9 | 0 | 34 | FB | 5 | 2E |
| Octal | 162 | 160 | 173 | 7 | 11 | 0 | 64 | 373 | 5 | 56 |
| Binary | 1110010 | 1110000 | 1111011 | 111 | 1001 | 0 | 110100 | 11111011 | 101 | 101110 |
Color Harmonies of #72707B
Complementary color
Monochromatic Colors of #72707B
Black with #72707B
Text Example
Text Example
White with #72707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72707B; }
p { color: rgb(114,112,123); }
H1.HeaderClassName
{
color: #72707B;
}
.AnyTagClassName
{
color: #72707B;
}
</style>
background-color css
<style>
a { background-color: #72707B; }
a { background-color: rgb(114,112,123); }
div.DivClassName
{
background-color: #72707B;
}
.BgClassName
{
background-color: #72707B;
}
</style>
border-color css
<style>
span { border-color: #72707B; }
span { border-color: rgb(114,112,123); }
td.TdClassName
{
border-color: #72707B;
}
.TagClassName
{
border-color: #72707B;
}
</style>