Shades of Dolphin #737180
Tints of Dolphin #737180
RGB
CMYK
RGB Variations
Color information
#737180 (or 0x737180) is known color: Dolphin. HEX triplet: 73, 71 and 80. RGB value is (115,113,128). Sum of RGB (Red+Green+Blue) = 115+113+128=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 128 - color contains mainly: blue. Hex color #737180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737180 is #8C8E7F. Grayscale: #737373. Windows color (decimal): -9211520 or 8417651. OLE color: 8417651.
HSL color Cylindrical-coordinate representation of color #737180: hue angle of 248º degrees, saturation: 0.06, 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 #737180 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 113 | 128 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.50 |
| HSL | 248º | 0.06% | 0.47% | - |
| HSV(B) | 248º | 0.12% | 0.5% | - |
| XYZ | 16.87 | 17.01 | 22.82 | - |
| YUV | 115.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 128 | 0.10 | 0.12 | 0 | 0.50 | 248 | 0.06 | 0.47 |
| Hex | 73 | 71 | 80 | A | C | 0 | 32 | F8 | 6 | 2F |
| Octal | 163 | 161 | 200 | 12 | 14 | 0 | 62 | 370 | 6 | 57 |
| Binary | 1110011 | 1110001 | 10000000 | 1010 | 1100 | 0 | 110010 | 11111000 | 110 | 101111 |
Color Harmonies of #737180
Complementary color
Monochromatic Colors of #737180
Black with #737180
Text Example
Text Example
White with #737180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737180; }
p { color: rgb(115,113,128); }
H1.HeaderClassName
{
color: #737180;
}
.AnyTagClassName
{
color: #737180;
}
</style>
background-color css
<style>
a { background-color: #737180; }
a { background-color: rgb(115,113,128); }
div.DivClassName
{
background-color: #737180;
}
.BgClassName
{
background-color: #737180;
}
</style>
border-color css
<style>
span { border-color: #737180; }
span { border-color: rgb(115,113,128); }
td.TdClassName
{
border-color: #737180;
}
.TagClassName
{
border-color: #737180;
}
</style>