Shades of Dolphin #746F7E
Tints of Dolphin #746F7E
RGB
CMYK
RGB Variations
Color information
#746F7E (or 0x746F7E) is known color: Dolphin. HEX triplet: 74, 6F and 7E. RGB value is (116,111,126). Sum of RGB (Red+Green+Blue) = 116+111+126=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 126 - color contains mainly: blue. Hex color #746F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F7E is #8B9081. Grayscale: #727272. Windows color (decimal): -9146498 or 8286068. OLE color: 8286068.
HSL color Cylindrical-coordinate representation of color #746F7E: hue angle of 260º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #746F7E is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 111 | 126 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.51 |
| HSL | 260º | 0.06% | 0.46% | - |
| HSV(B) | 260º | 0.12% | 0.49% | - |
| XYZ | 16.65 | 16.59 | 22.06 | - |
| YUV | 114.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 126 | 0.08 | 0.12 | 0 | 0.51 | 260 | 0.06 | 0.46 |
| Hex | 74 | 6F | 7E | 8 | C | 0 | 33 | 104 | 6 | 2E |
| Octal | 164 | 157 | 176 | 10 | 14 | 0 | 63 | 404 | 6 | 56 |
| Binary | 1110100 | 1101111 | 1111110 | 1000 | 1100 | 0 | 110011 | 100000100 | 110 | 101110 |
Color Harmonies of #746F7E
Complementary color
Monochromatic Colors of #746F7E
Black with #746F7E
Text Example
Text Example
White with #746F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F7E; }
p { color: rgb(116,111,126); }
H1.HeaderClassName
{
color: #746F7E;
}
.AnyTagClassName
{
color: #746F7E;
}
</style>
background-color css
<style>
a { background-color: #746F7E; }
a { background-color: rgb(116,111,126); }
div.DivClassName
{
background-color: #746F7E;
}
.BgClassName
{
background-color: #746F7E;
}
</style>
border-color css
<style>
span { border-color: #746F7E; }
span { border-color: rgb(116,111,126); }
td.TdClassName
{
border-color: #746F7E;
}
.TagClassName
{
border-color: #746F7E;
}
</style>