Shades of Dolphin #787686
Tints of Dolphin #787686
RGB
CMYK
RGB Variations
Color information
#787686 (or 0x787686) is known color: Dolphin. HEX triplet: 78, 76 and 86. RGB value is (120,118,134). Sum of RGB (Red+Green+Blue) = 120+118+134=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 134 - color contains mainly: blue. Hex color #787686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787686 is #878979. Grayscale: #787878. Windows color (decimal): -8882554 or 8812152. OLE color: 8812152.
HSL color Cylindrical-coordinate representation of color #787686: hue angle of 247.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787686 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 118 | 134 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.47 |
| HSL | 247.5º | 0.06% | 0.49% | - |
| HSV(B) | 247.5º | 0.12% | 0.53% | - |
| XYZ | 18.53 | 18.67 | 25.18 | - |
| YUV | 120.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 134 | 0.10 | 0.12 | 0 | 0.47 | 247.5 | 0.06 | 0.49 |
| Hex | 78 | 76 | 86 | A | C | 0 | 2F | F8 | 6 | 31 |
| Octal | 170 | 166 | 206 | 12 | 14 | 0 | 57 | 370 | 6 | 61 |
| Binary | 1111000 | 1110110 | 10000110 | 1010 | 1100 | 0 | 101111 | 11111000 | 110 | 110001 |
Color Harmonies of #787686
Complementary color
Monochromatic Colors of #787686
Black with #787686
Text Example
Text Example
White with #787686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787686; }
p { color: rgb(120,118,134); }
H1.HeaderClassName
{
color: #787686;
}
.AnyTagClassName
{
color: #787686;
}
</style>
background-color css
<style>
a { background-color: #787686; }
a { background-color: rgb(120,118,134); }
div.DivClassName
{
background-color: #787686;
}
.BgClassName
{
background-color: #787686;
}
</style>
border-color css
<style>
span { border-color: #787686; }
span { border-color: rgb(120,118,134); }
td.TdClassName
{
border-color: #787686;
}
.TagClassName
{
border-color: #787686;
}
</style>