Shades of Dolphin #73727B
Tints of Dolphin #73727B
RGB
CMYK
RGB Variations
Color information
#73727B (or 0x73727B) is known color: Dolphin. HEX triplet: 73, 72 and 7B. RGB value is (115,114,123). Sum of RGB (Red+Green+Blue) = 115+114+123=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #73727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73727B is #8C8D84. Grayscale: #737373. Windows color (decimal): -9211269 or 8090227. OLE color: 8090227.
HSL color Cylindrical-coordinate representation of color #73727B: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #73727B is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 114 | 123 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.52 |
| HSL | 246.67º | 0.04% | 0.46% | - |
| HSV(B) | 246.67º | 0.07% | 0.48% | - |
| XYZ | 16.66 | 17.11 | 21.16 | - |
| YUV | 115.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 123 | 0.07 | 0.07 | 0 | 0.52 | 246.67 | 0.04 | 0.46 |
| Hex | 73 | 72 | 7B | 7 | 7 | 0 | 34 | F7 | 4 | 2E |
| Octal | 163 | 162 | 173 | 7 | 7 | 0 | 64 | 367 | 4 | 56 |
| Binary | 1110011 | 1110010 | 1111011 | 111 | 111 | 0 | 110100 | 11110111 | 100 | 101110 |
Color Harmonies of #73727B
Complementary color
Monochromatic Colors of #73727B
Black with #73727B
Text Example
Text Example
White with #73727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73727B; }
p { color: rgb(115,114,123); }
H1.HeaderClassName
{
color: #73727B;
}
.AnyTagClassName
{
color: #73727B;
}
</style>
background-color css
<style>
a { background-color: #73727B; }
a { background-color: rgb(115,114,123); }
div.DivClassName
{
background-color: #73727B;
}
.BgClassName
{
background-color: #73727B;
}
</style>
border-color css
<style>
span { border-color: #73727B; }
span { border-color: rgb(115,114,123); }
td.TdClassName
{
border-color: #73727B;
}
.TagClassName
{
border-color: #73727B;
}
</style>