Shades of Dolphin #737280
Tints of Dolphin #737280
RGB
CMYK
RGB Variations
Color information
#737280 (or 0x737280) is known color: Dolphin. HEX triplet: 73, 72 and 80. RGB value is (115,114,128). Sum of RGB (Red+Green+Blue) = 115+114+128=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 128 - color contains mainly: blue. Hex color #737280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737280 is #8C8D7F. Grayscale: #737373. Windows color (decimal): -9211264 or 8417907. OLE color: 8417907.
HSL color Cylindrical-coordinate representation of color #737280: hue angle of 244.29º 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 #737280 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 114 | 128 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.50 |
| HSL | 244.29º | 0.06% | 0.47% | - |
| HSV(B) | 244.29º | 0.11% | 0.5% | - |
| XYZ | 16.98 | 17.24 | 22.85 | - |
| YUV | 115.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 128 | 0.10 | 0.11 | 0 | 0.50 | 244.29 | 0.06 | 0.47 |
| Hex | 73 | 72 | 80 | A | B | 0 | 32 | F4 | 6 | 2F |
| Octal | 163 | 162 | 200 | 12 | 13 | 0 | 62 | 364 | 6 | 57 |
| Binary | 1110011 | 1110010 | 10000000 | 1010 | 1011 | 0 | 110010 | 11110100 | 110 | 101111 |
Color Harmonies of #737280
Complementary color
Monochromatic Colors of #737280
Black with #737280
Text Example
Text Example
White with #737280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737280; }
p { color: rgb(115,114,128); }
H1.HeaderClassName
{
color: #737280;
}
.AnyTagClassName
{
color: #737280;
}
</style>
background-color css
<style>
a { background-color: #737280; }
a { background-color: rgb(115,114,128); }
div.DivClassName
{
background-color: #737280;
}
.BgClassName
{
background-color: #737280;
}
</style>
border-color css
<style>
span { border-color: #737280; }
span { border-color: rgb(115,114,128); }
td.TdClassName
{
border-color: #737280;
}
.TagClassName
{
border-color: #737280;
}
</style>