Shades of Dolphin #736F7B
Tints of Dolphin #736F7B
RGB
CMYK
RGB Variations
Color information
#736F7B (or 0x736F7B) is known color: Dolphin. HEX triplet: 73, 6F and 7B. RGB value is (115,111,123). Sum of RGB (Red+Green+Blue) = 115+111+123=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 123 - color contains mainly: blue. Hex color #736F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F7B is #8C9084. Grayscale: #717171. Windows color (decimal): -9212037 or 8089459. OLE color: 8089459.
HSL color Cylindrical-coordinate representation of color #736F7B: hue angle of 260º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736F7B is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 111 | 123 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.52 |
| HSL | 260º | 0.05% | 0.46% | - |
| HSV(B) | 260º | 0.1% | 0.48% | - |
| XYZ | 16.33 | 16.44 | 21.05 | - |
| YUV | 113.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 123 | 0.07 | 0.10 | 0 | 0.52 | 260 | 0.05 | 0.46 |
| Hex | 73 | 6F | 7B | 7 | A | 0 | 34 | 104 | 5 | 2E |
| Octal | 163 | 157 | 173 | 7 | 12 | 0 | 64 | 404 | 5 | 56 |
| Binary | 1110011 | 1101111 | 1111011 | 111 | 1010 | 0 | 110100 | 100000100 | 101 | 101110 |
Color Harmonies of #736F7B
Complementary color
Monochromatic Colors of #736F7B
Black with #736F7B
Text Example
Text Example
White with #736F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736F7B; }
p { color: rgb(115,111,123); }
H1.HeaderClassName
{
color: #736F7B;
}
.AnyTagClassName
{
color: #736F7B;
}
</style>
background-color css
<style>
a { background-color: #736F7B; }
a { background-color: rgb(115,111,123); }
div.DivClassName
{
background-color: #736F7B;
}
.BgClassName
{
background-color: #736F7B;
}
</style>
border-color css
<style>
span { border-color: #736F7B; }
span { border-color: rgb(115,111,123); }
td.TdClassName
{
border-color: #736F7B;
}
.TagClassName
{
border-color: #736F7B;
}
</style>