Shades of Dolphin #73707B
Tints of Dolphin #73707B
RGB
CMYK
RGB Variations
Color information
#73707B (or 0x73707B) is known color: Dolphin. HEX triplet: 73, 70 and 7B. RGB value is (115,112,123). Sum of RGB (Red+Green+Blue) = 115+112+123=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #73707B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73707B is #8C8F84. Grayscale: #727272. Windows color (decimal): -9211781 or 8089715. OLE color: 8089715.
HSL color Cylindrical-coordinate representation of color #73707B: hue angle of 256.36º 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 #73707B is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 112 | 123 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.52 |
| HSL | 256.36º | 0.05% | 0.46% | - |
| HSV(B) | 256.36º | 0.09% | 0.48% | - |
| XYZ | 16.44 | 16.66 | 21.09 | - |
| YUV | 114.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 123 | 0.07 | 0.09 | 0 | 0.52 | 256.36 | 0.05 | 0.46 |
| Hex | 73 | 70 | 7B | 7 | 9 | 0 | 34 | 100 | 5 | 2E |
| Octal | 163 | 160 | 173 | 7 | 11 | 0 | 64 | 400 | 5 | 56 |
| Binary | 1110011 | 1110000 | 1111011 | 111 | 1001 | 0 | 110100 | 100000000 | 101 | 101110 |
Color Harmonies of #73707B
Complementary color
Monochromatic Colors of #73707B
Black with #73707B
Text Example
Text Example
White with #73707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73707B; }
p { color: rgb(115,112,123); }
H1.HeaderClassName
{
color: #73707B;
}
.AnyTagClassName
{
color: #73707B;
}
</style>
background-color css
<style>
a { background-color: #73707B; }
a { background-color: rgb(115,112,123); }
div.DivClassName
{
background-color: #73707B;
}
.BgClassName
{
background-color: #73707B;
}
</style>
border-color css
<style>
span { border-color: #73707B; }
span { border-color: rgb(115,112,123); }
td.TdClassName
{
border-color: #73707B;
}
.TagClassName
{
border-color: #73707B;
}
</style>