Shades of Dolphin #72727F
Tints of Dolphin #72727F
RGB
CMYK
RGB Variations
Color information
#72727F (or 0x72727F) is known color: Dolphin. HEX triplet: 72, 72 and 7F. RGB value is (114,114,127). Sum of RGB (Red+Green+Blue) = 114+114+127=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 127 - color contains mainly: blue. Hex color #72727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72727F is #8D8D80. Grayscale: #737373. Windows color (decimal): -9276801 or 8352370. OLE color: 8352370.
HSL color Cylindrical-coordinate representation of color #72727F: hue angle of 240º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72727F is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 114 | 127 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.50 |
| HSL | 240º | 0.05% | 0.47% | - |
| HSV(B) | 240º | 0.1% | 0.5% | - |
| XYZ | 16.79 | 17.14 | 22.5 | - |
| YUV | 115.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 114 | 127 | 0.10 | 0.10 | 0 | 0.50 | 240 | 0.05 | 0.47 |
| Hex | 72 | 72 | 7F | A | A | 0 | 32 | F0 | 5 | 2F |
| Octal | 162 | 162 | 177 | 12 | 12 | 0 | 62 | 360 | 5 | 57 |
| Binary | 1110010 | 1110010 | 1111111 | 1010 | 1010 | 0 | 110010 | 11110000 | 101 | 101111 |
Color Harmonies of #72727F
Complementary color
Monochromatic Colors of #72727F
Black with #72727F
Text Example
Text Example
White with #72727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72727F; }
p { color: rgb(114,114,127); }
H1.HeaderClassName
{
color: #72727F;
}
.AnyTagClassName
{
color: #72727F;
}
</style>
background-color css
<style>
a { background-color: #72727F; }
a { background-color: rgb(114,114,127); }
div.DivClassName
{
background-color: #72727F;
}
.BgClassName
{
background-color: #72727F;
}
</style>
border-color css
<style>
span { border-color: #72727F; }
span { border-color: rgb(114,114,127); }
td.TdClassName
{
border-color: #72727F;
}
.TagClassName
{
border-color: #72727F;
}
</style>