Shades of Dolphin #737182
Tints of Dolphin #737182
RGB
CMYK
RGB Variations
Color information
#737182 (or 0x737182) is known color: Dolphin. HEX triplet: 73, 71 and 82. RGB value is (115,113,130). Sum of RGB (Red+Green+Blue) = 115+113+130=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #737182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737182 is #8C8E7D. Grayscale: #737373. Windows color (decimal): -9211518 or 8548723. OLE color: 8548723.
HSL color Cylindrical-coordinate representation of color #737182: hue angle of 247.06º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #737182 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 113 | 130 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.49 |
| HSL | 247.06º | 0.07% | 0.48% | - |
| HSV(B) | 247.06º | 0.13% | 0.51% | - |
| XYZ | 17 | 17.07 | 23.52 | - |
| YUV | 115.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 130 | 0.12 | 0.13 | 0 | 0.49 | 247.06 | 0.07 | 0.48 |
| Hex | 73 | 71 | 82 | C | D | 0 | 31 | F7 | 7 | 30 |
| Octal | 163 | 161 | 202 | 14 | 15 | 0 | 61 | 367 | 7 | 60 |
| Binary | 1110011 | 1110001 | 10000010 | 1100 | 1101 | 0 | 110001 | 11110111 | 111 | 110000 |
Color Harmonies of #737182
Complementary color
Monochromatic Colors of #737182
Black with #737182
Text Example
Text Example
White with #737182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737182; }
p { color: rgb(115,113,130); }
H1.HeaderClassName
{
color: #737182;
}
.AnyTagClassName
{
color: #737182;
}
</style>
background-color css
<style>
a { background-color: #737182; }
a { background-color: rgb(115,113,130); }
div.DivClassName
{
background-color: #737182;
}
.BgClassName
{
background-color: #737182;
}
</style>
border-color css
<style>
span { border-color: #737182; }
span { border-color: rgb(115,113,130); }
td.TdClassName
{
border-color: #737182;
}
.TagClassName
{
border-color: #737182;
}
</style>