Shades of Dolphin #73707C
Tints of Dolphin #73707C
RGB
CMYK
RGB Variations
Color information
#73707C (or 0x73707C) is known color: Dolphin. HEX triplet: 73, 70 and 7C. RGB value is (115,112,124). Sum of RGB (Red+Green+Blue) = 115+112+124=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 124 - color contains mainly: blue. Hex color #73707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73707C is #8C8F83. Grayscale: #727272. Windows color (decimal): -9211780 or 8155251. OLE color: 8155251.
HSL color Cylindrical-coordinate representation of color #73707C: hue angle of 255º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73707C is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 112 | 124 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.51 |
| HSL | 255º | 0.05% | 0.46% | - |
| HSV(B) | 255º | 0.1% | 0.49% | - |
| XYZ | 16.5 | 16.69 | 21.42 | - |
| YUV | 114.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 124 | 0.07 | 0.10 | 0 | 0.51 | 255 | 0.05 | 0.46 |
| Hex | 73 | 70 | 7C | 7 | A | 0 | 33 | FF | 5 | 2E |
| Octal | 163 | 160 | 174 | 7 | 12 | 0 | 63 | 377 | 5 | 56 |
| Binary | 1110011 | 1110000 | 1111100 | 111 | 1010 | 0 | 110011 | 11111111 | 101 | 101110 |
Color Harmonies of #73707C
Complementary color
Monochromatic Colors of #73707C
Black with #73707C
Text Example
Text Example
White with #73707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73707C; }
p { color: rgb(115,112,124); }
H1.HeaderClassName
{
color: #73707C;
}
.AnyTagClassName
{
color: #73707C;
}
</style>
background-color css
<style>
a { background-color: #73707C; }
a { background-color: rgb(115,112,124); }
div.DivClassName
{
background-color: #73707C;
}
.BgClassName
{
background-color: #73707C;
}
</style>
border-color css
<style>
span { border-color: #73707C; }
span { border-color: rgb(115,112,124); }
td.TdClassName
{
border-color: #73707C;
}
.TagClassName
{
border-color: #73707C;
}
</style>