Shades of Dolphin #737080
Tints of Dolphin #737080
RGB
CMYK
RGB Variations
Color information
#737080 (or 0x737080) is known color: Dolphin. HEX triplet: 73, 70 and 80. RGB value is (115,112,128). Sum of RGB (Red+Green+Blue) = 115+112+128=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 128 - color contains mainly: blue. Hex color #737080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737080 is #8C8F7F. Grayscale: #727272. Windows color (decimal): -9211776 or 8417395. OLE color: 8417395.
HSL color Cylindrical-coordinate representation of color #737080: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737080 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 112 | 128 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.50 |
| HSL | 251.25º | 0.07% | 0.47% | - |
| HSV(B) | 251.25º | 0.13% | 0.5% | - |
| XYZ | 16.76 | 16.79 | 22.78 | - |
| YUV | 114.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 128 | 0.10 | 0.12 | 0 | 0.50 | 251.25 | 0.07 | 0.47 |
| Hex | 73 | 70 | 80 | A | C | 0 | 32 | FB | 7 | 2F |
| Octal | 163 | 160 | 200 | 12 | 14 | 0 | 62 | 373 | 7 | 57 |
| Binary | 1110011 | 1110000 | 10000000 | 1010 | 1100 | 0 | 110010 | 11111011 | 111 | 101111 |
Color Harmonies of #737080
Complementary color
Monochromatic Colors of #737080
Black with #737080
Text Example
Text Example
White with #737080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737080; }
p { color: rgb(115,112,128); }
H1.HeaderClassName
{
color: #737080;
}
.AnyTagClassName
{
color: #737080;
}
</style>
background-color css
<style>
a { background-color: #737080; }
a { background-color: rgb(115,112,128); }
div.DivClassName
{
background-color: #737080;
}
.BgClassName
{
background-color: #737080;
}
</style>
border-color css
<style>
span { border-color: #737080; }
span { border-color: rgb(115,112,128); }
td.TdClassName
{
border-color: #737080;
}
.TagClassName
{
border-color: #737080;
}
</style>