Shades of Dolphin #737181
Tints of Dolphin #737181
RGB
CMYK
RGB Variations
Color information
#737181 (or 0x737181) is known color: Dolphin. HEX triplet: 73, 71 and 81. RGB value is (115,113,129). Sum of RGB (Red+Green+Blue) = 115+113+129=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 129 - color contains mainly: blue. Hex color #737181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737181 is #8C8E7E. Grayscale: #737373. Windows color (decimal): -9211519 or 8483187. OLE color: 8483187.
HSL color Cylindrical-coordinate representation of color #737181: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #737181 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 113 | 129 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.49 |
| HSL | 247.5º | 0.07% | 0.47% | - |
| HSV(B) | 247.5º | 0.12% | 0.51% | - |
| XYZ | 16.94 | 17.04 | 23.17 | - |
| YUV | 115.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 129 | 0.11 | 0.12 | 0 | 0.49 | 247.5 | 0.07 | 0.47 |
| Hex | 73 | 71 | 81 | B | C | 0 | 31 | F8 | 7 | 2F |
| Octal | 163 | 161 | 201 | 13 | 14 | 0 | 61 | 370 | 7 | 57 |
| Binary | 1110011 | 1110001 | 10000001 | 1011 | 1100 | 0 | 110001 | 11111000 | 111 | 101111 |
Color Harmonies of #737181
Complementary color
Monochromatic Colors of #737181
Black with #737181
Text Example
Text Example
White with #737181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737181; }
p { color: rgb(115,113,129); }
H1.HeaderClassName
{
color: #737181;
}
.AnyTagClassName
{
color: #737181;
}
</style>
background-color css
<style>
a { background-color: #737181; }
a { background-color: rgb(115,113,129); }
div.DivClassName
{
background-color: #737181;
}
.BgClassName
{
background-color: #737181;
}
</style>
border-color css
<style>
span { border-color: #737181; }
span { border-color: rgb(115,113,129); }
td.TdClassName
{
border-color: #737181;
}
.TagClassName
{
border-color: #737181;
}
</style>