Shades of Dolphin #737279
Tints of Dolphin #737279
RGB
CMYK
RGB Variations
Color information
#737279 (or 0x737279) is known color: Dolphin. HEX triplet: 73, 72 and 79. RGB value is (115,114,121). Sum of RGB (Red+Green+Blue) = 115+114+121=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 121 - color contains mainly: blue. Hex color #737279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737279 is #8C8D86. Grayscale: #737373. Windows color (decimal): -9211271 or 7959155. OLE color: 7959155.
HSL color Cylindrical-coordinate representation of color #737279: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #737279 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 114 | 121 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.53 |
| HSL | 248.57º | 0.03% | 0.46% | - |
| HSV(B) | 248.57º | 0.06% | 0.47% | - |
| XYZ | 16.54 | 17.06 | 20.51 | - |
| YUV | 115.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 121 | 0.05 | 0.06 | 0 | 0.53 | 248.57 | 0.03 | 0.46 |
| Hex | 73 | 72 | 79 | 5 | 6 | 0 | 35 | F9 | 3 | 2E |
| Octal | 163 | 162 | 171 | 5 | 6 | 0 | 65 | 371 | 3 | 56 |
| Binary | 1110011 | 1110010 | 1111001 | 101 | 110 | 0 | 110101 | 11111001 | 11 | 101110 |
Color Harmonies of #737279
Complementary color
Monochromatic Colors of #737279
Black with #737279
Text Example
Text Example
White with #737279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737279; }
p { color: rgb(115,114,121); }
H1.HeaderClassName
{
color: #737279;
}
.AnyTagClassName
{
color: #737279;
}
</style>
background-color css
<style>
a { background-color: #737279; }
a { background-color: rgb(115,114,121); }
div.DivClassName
{
background-color: #737279;
}
.BgClassName
{
background-color: #737279;
}
</style>
border-color css
<style>
span { border-color: #737279; }
span { border-color: rgb(115,114,121); }
td.TdClassName
{
border-color: #737279;
}
.TagClassName
{
border-color: #737279;
}
</style>