Shades of Dolphin #73717F
Tints of Dolphin #73717F
RGB
CMYK
RGB Variations
Color information
#73717F (or 0x73717F) is known color: Dolphin. HEX triplet: 73, 71 and 7F. RGB value is (115,113,127). Sum of RGB (Red+Green+Blue) = 115+113+127=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 113 (44.53% from 255 or 31.83% 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 #73717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73717F is #8C8E80. Grayscale: #737373. Windows color (decimal): -9211521 or 8352115. OLE color: 8352115.
HSL color Cylindrical-coordinate representation of color #73717F: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #73717F is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 113 | 127 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.50 |
| HSL | 248.57º | 0.06% | 0.47% | - |
| HSV(B) | 248.57º | 0.11% | 0.5% | - |
| XYZ | 16.81 | 16.99 | 22.47 | - |
| YUV | 115.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 127 | 0.09 | 0.11 | 0 | 0.50 | 248.57 | 0.06 | 0.47 |
| Hex | 73 | 71 | 7F | 9 | B | 0 | 32 | F9 | 6 | 2F |
| Octal | 163 | 161 | 177 | 11 | 13 | 0 | 62 | 371 | 6 | 57 |
| Binary | 1110011 | 1110001 | 1111111 | 1001 | 1011 | 0 | 110010 | 11111001 | 110 | 101111 |
Color Harmonies of #73717F
Complementary color
Monochromatic Colors of #73717F
Black with #73717F
Text Example
Text Example
White with #73717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73717F; }
p { color: rgb(115,113,127); }
H1.HeaderClassName
{
color: #73717F;
}
.AnyTagClassName
{
color: #73717F;
}
</style>
background-color css
<style>
a { background-color: #73717F; }
a { background-color: rgb(115,113,127); }
div.DivClassName
{
background-color: #73717F;
}
.BgClassName
{
background-color: #73717F;
}
</style>
border-color css
<style>
span { border-color: #73717F; }
span { border-color: rgb(115,113,127); }
td.TdClassName
{
border-color: #73717F;
}
.TagClassName
{
border-color: #73717F;
}
</style>